-
- Pocket Excel with C#
by Mayer Thomas
- 2 Replies
- Last post
by Christopher Fairbairn
- Hi. I want to write a application in C# for a pocket pc. With this application you should write data into a pocket excel file. Does anybody know how I write data into a pocket excel file. Thanks
-
- Convert object/struct of variables to byte[] array
by Rantandrave
- 2 Replies
- Last post
by Rob Unoki - MSFT
- I need a way to store a bunch of info on a device that has byte[256] of storage. Is there a way to do this for mobile compact framework I wish to load this up with data and then save to the device and then later read the data back into the object. I know Serialization will work in .net framework , but how do you do this in compact for mobile devices.
public class SalusTag {
public i
-
- Take date over from server
by Fille
- 9 Replies
- Last post
by Fille
- I'am synchronizing data between ppc and server. When my ppc batteries are empty the date/time settings are lost. How can I take over the date time settings from the server each time befor synchronizing.
Thanks by advance
-
- Transmit a phone number to be dialled by calling phone
by Vivek Thakur
- 3 Replies
- Last post
by mPrinC
- Hi,
I am developing a PPC application using VS 2005 and C#. I need to:
1. Intercept a call made by a specific number and answer it. (I have done this already)
2. T ransmit a hard coded phone number to this incoming call and now the incoming caller phone will dial this transmitted number using a conference service.
I am stuck at #2. How to transmit a phone number to an incoming cal
-
- Bitmap b = new Bitmap(MemoryStream) ends in OutOfMemoryException
by BenPa
- 9 Replies
- Last post
by Mario van Zeist
- Hi Guys,
I try to load a huge Bitmap (up to 4 MB). Loading the bytes of the image in an array work fine. But if I try to create the Bitmap of the bytes an OutOfMemoryException is thrown.
Is there a way to increase heap size of the application I can see that not all physical RAM is used (~20 MB free), but I can¡¯t use this ...
Greetings BenPa
-
- Install Shield .NET?
by Sunil_Kumar_63c25f
- 1 Replies
- Last post
by timg_msft
- I've heard from a guy that uses Delphi 2006, that it comes with a InstallShield capable of including just the neccessary DLLs to the source programm to run in its installer, thus, making unneccessary to install the .NET Framework in the client pc (where it will run). Is it Possible Is it aplicable in other .NET platafforms instead of Delphi, just like Visual Studio And the CLI, is it installed tog
-
- PocketPc question
by FatjonSaja
- 1 Replies
- Last post
by gtamas
- Hi all.
maybe this question was made before but I didn't find it. any way.
I finished a program in c# for mobile windows pocket pc and tested it with emulator. now I want to put it on Pocket PC for usage. what do I need to install on pocket pc. I mean any environment or something else
thanks.
-
- recvfrom(..., MSG_PEEK,...) failed with WSAEOPNOTSUPP(10045)
by byungkuk
- 2 Replies
- Last post
by byungkuk
- Hi,
In order to peek received messages from socket, I've used recvfrom, according to http://msdn2.microsoft.com/en-us/library/aa916174.aspx . However, it failed with WSAEOPNOTSUPP(10045) as soon as the connection is established.
I also tried to use WSARecv with MSG_PEEK but failed too.
My environment was Windows Mobile 6 SDK Refresh and the Windows Mobile 6 Professional AKU 0.
-
- How to get the total packet(receive/send) of GPRS at mobile.
by nortsiw_kaka
- 4 Replies
- Last post
by nortsiw_kaka
- Hi All:
Can anyone tell me How to get the total packet(receive/send) of GPRS at mobile.
Thanks very much!
-
- regarding the porting from Smartphone to PocketPC
by mohasad
- 14 Replies
- Last post
by TilakGopi
- hi, i have been in developing application for smartphone . how can i port it to PocketPC... i have searched in Internet , but i didnt find the proper solution . could any one help me in solving the above issue . thanks sadiq
-
- Isit possible to build an ActiveX?
by Seduccion
- 2 Replies
- Last post
by Seduccion
- Hi All,
Im developing a Smart Device Application for Windows CE.
I want to do the following:
1) Instead of an .exe file, I would like to build it to a ActiveX file. Is this possible for VS.NET 2003
Thanks.
-
- time difference between client and server!
by Panos_gr
- 13 Replies
- Last post
by Panos_gr
- hello all,
i have a client and a server application where the client sends gps coordinates to the server either via WiFi, or GSM (for now). I am trying to find which would be the best way to timestamp my packets so that the server would calculate the time difference between the time a packet was sent from the client and was received by the server.
if I use the usual DateTime.Now on t
-
- Creating simple rss reader
by orceht
- 2 Replies
- Last post
by Andy E
- Hello everyone, i just bought Vista Ultimate---and i'd like someone to post one tutorial for SIMPLE reading RSS Feed and opening into FlyYout...just as simple as it can be, my rss is for example in www.index.hr/news.rss thank you in advance!
-
- extracting 1 frame of video, Video Player
by Salman Maredia
- 8 Replies
- Last post
by Salman Maredia
- Hi,
1. I have video file 1.mp4.. I want to extract the first or fifth frame of that video...and display it on the screen..
Is this possible any link ,API or resourse that help me to accomplish these frame extraction..
2. I want to make my own video player (that play mp4,wav etc) any API for that.
Thanks
-Salman
-
- sendin XML data to website
by dashley
- 4 Replies
- Last post
by Christopher Fairbairn
- Hi I'm developing a vb.net 2005 smart device app.
I had been sendig some data up to a website via the URL. Now the data is to long for the URL and I have to send it another way.
Can someone point me in the right direction perhaps with a link to some samples.
The DB is sql ce. I'm pulling the data and using the xmlwriter and string writer. How can I get it up to the website etc..
-
- Audio Streamer problems
by FranzS
- 14 Replies
- Last post
by FranzS
- I need help with various problems and would appreciate if you can help with any of them. I am working on a streaming station gadget, basically i need the parameters on the player to be changed and saved in settings by user(checkbox): <input type="checkbox" name="start" id="startUp" value="True">Play station on startup.</input> i have worked on th
-
- How can I get XML Parser for WinCE 5.0
by Kenneth Yang
- 4 Replies
- Last post
by Kenneth Yang
- Dear all:
Now I need to parser xml file on the device based on WinCE 5.0, but I cann't find the xml parser dll file on the device, so I want to add the file to the device.
On WinCE 4.2, the file name is msxml3.dll, but I donn't know the file name on WinCE 5.0.
Can somebody tell me where can I find the file, thank you very much.
the lines as below is the register value on WinCE 4.2.
-
- Iframe in a Gadget
by tkmoney
- 4 Replies
- Last post
by maekawa
- Ok, so this is driving me crazy. What we had planed on doing is creating two widgets one for live.com and one for the Vista SideBar. We have a search service that we host. The plan was to create simple little gadgets for live.com and sidebar that are iframes to mini search forms on our site. There is a few search type that the user can do. So on our side(in the iframe) we have a page with a nav th
-
- Native C++ vs C# (managed code)
by Simerjeet
- 24 Replies
- Last post
by Simerjeet
- Hi
I want to develop a SDK for windows embedded platform which can be used to write applications that talk to my wireless driver. The wireless driver can be run for various processor architectures and for different interfaces like USB/PCI etc.
Which is the better choice for writing an SDK:
1. Native C++
2. C#
Regards
Simer
-
- SmsGetPhoneNumber not working
by vish2007
- 5 Replies
- Last post
by vish2007
- Hi, I tried to call SmsGetPhoneNumber( ) to get my smartphone phone number off of the prepaid SIM card but it keeps returning E_FAIL (0x80004005) error. I am using a DOPOD D600 phone and the carrier is a local provider called Airtel based in India. Is there any other way to get the phone number of my smartphone that has Windows Mobile OS 5 if this doesn't work I am using Visual Studio 2005 C++ Th
-
- Rendering problems of the gadgets (mainly the height)
by daniele bonini
- 8 Replies
- Last post
by daniele bonini
- About the ccs problems, the problems rendering the height of the gadgets in Live Spaces. Maybe is not just that the problem...
I have noticed that if I right click the gadget and I refresh the start.com service which starts the gadget, the gadget is rendered always in the right way. This happens with any gadget...
So probably it is a problem of the page loading event or of the start.com serv
-
- How to use icon indexes > 0 with gimage: protocol
by MartinHowe
- 2 Replies
- Last post
by MartinHowe
- I am making an application launcher gadget and in some circumstances using gimage: protocol to display an icon from a shortcut. Some of the shortcuts use external .ico files on disk instead of icons defined in their target file. Using gimage: works fine like this when there is only one icon in the .ico file; it retrieves the default icon (index 0) - all I have to do is strip off the ",0"
-
- Help! - Simple Sidebar Gadget to pull data from Mysql DB.
by Upmm019
- 3 Replies
- Last post
by Andy E
- Can someone help steer me in the right direction as I want to build a sidebar gadget which downloads very simple data from a mysql database.
I've used PHP and a little javascript but that is it, no xml.
Anyone have an example that I can use and tweak to my needs
Thanks...
-
- Knowing when a form has finished loading
by Beckett
- 2 Replies
- Last post
by Nguyen Dinh Thanh
- I need to overlay another application on top of a form. I show the form and then launch the application. I can only do this once the form has finished loading, so I cannot use the load event of the form. Is there any definitive way of knowing that a form has finished loading
I could use a timer to wait until the form has finished loading, but that introduces an element of unpredictability into
-
- Scroll bars on pocket pc
by itsRashmi
- 1 Replies
- Last post
by Dan Elliott - MSFT
- hello all,
can we disable auto scrolling in pocket pc we have strange problem, we are using scroll bar control on the form so what happens is on pocket pc we are getting 2 vertical scrolls at a time. Is there any way to disable native scroll bars
also when we change display mode from potrait to landscape unneccessary scrolls are there even if screen is not that long