| Thread | Last Post | Replies |
|
| Flash Memory setting into Windows Mobile Pocket PC 5.0 emulator | 22 Aug 2006 17:13 GMT | 1 |
I have problem with Flash Memory setting into the emulator. I have set the image file into emulator configuration, hard reset the emulator and restarted it, but RAM is not affected and into the Storage Card section of the Memory configuration none Storage Card has been
|
| CF 2.0 : how to quit an application ? | 22 Aug 2006 16:55 GMT | 1 |
I use VB .NET to create some tools. I am currently creating one supposed to be executed on Windows Mobile 5. I need to put some code in a bush button to quit the application. Are there any "END" function in CF 2.0 ? It says that it is not implemented
|
| visual studio mobile 5.0 project types | 22 Aug 2006 15:55 GMT | 1 |
I am developing an application for pocket pc. Recently I have converted my solution to VS 2005. I deploy my application both to 2003 pocket pc and mobile 5.0 pocket pc.
|
| OpenFileDialog for Storage Card | 22 Aug 2006 15:53 GMT | 7 |
I have used FindFirstFlashCard() and FindNextFlashCard() to locate my storage card. My WIN32_FIND_DATA structure is m_lpwfdFlashCard, and this structure's cFileName is set to "Storage Card". Now I need to learn how to retrieve a file from this storage card.
|
| File access | 22 Aug 2006 15:52 GMT | 7 |
I am writing C/C++ code to write to a file and create the file if it is not there already. All the file opening and accessing functions throw exceptions from time to time. As a result, I have written code such as: try{
|
| Milliseconds in CF 2 | 22 Aug 2006 15:49 GMT | 1 |
Why the milliseconds field of s System.DateTime.Now.Milliseconds is cero ???????? Thanks
|
| Question about WCELoad | 22 Aug 2006 10:12 GMT | 1 |
(Cross-posted to pocketpc.developer and smartphone.developer) During a CAB install, are the registry settings made to the device before or after Install_Init() is called? Is the answer different for WM2003 devices and WM5 devices?
|
| Windows Mobile 5 for Pocket PC Emulator - Updated Image | 22 Aug 2006 10:04 GMT | 3 |
I was wondering if there is an updated image of the Pocket PC. I am trying to test + document accessing the GAL via the contact list. On my UTStarcom I have an option to "Find online..." where I can search the GAL, but on the Mobile 5 for PPC emulation it doesn't have this ...
|
| FIle Synchronization | 22 Aug 2006 10:00 GMT | 3 |
I have a C# client and a C background process mofifying a shared file. How does file synchronization work on WM5? What APIs do I use in C# and which libraries for C? Or do the file IO functions automatically handle concurrent access with appropriate locks?
|
| Developing an interactive application | 22 Aug 2006 09:55 GMT | 1 |
Dear Sir, Where could I get samples espetially for video/audio and windows media player mobile edition’s sdk. I would like to develop an application with interactive video and audio
|
| Monitor phone call disconnect | 22 Aug 2006 09:54 GMT | 1 |
I tried to monitor phone call disconnects with lineOpen and lineGetMessage. This works well. However I also get messages when Internet Explorer / GPRS disconnects. How can I get info about only phone call disconnects?
|
| Custom Ce user notifications | 22 Aug 2006 09:47 GMT | 1 |
I am using CeSetUserNotification to display a notification to the user. Is there any way to invoke a custom notification where you can set the UI (add buttons to) the notification and write logic to handle the button presses?
|
| Sprite Rotate | 22 Aug 2006 09:16 GMT | 1 |
I just would like to rotate a sprite (in CF2), but my code doesn't work. I'couldn't find the solution everyplace, every news............ Please Help with this peace of code: dev.Clear(ClearFlags.Target, System.Drawing.Color.BlueViolet, 1.0f, 0);
|
| registry mulit string | 22 Aug 2006 03:21 GMT | 3 |
I'm using vs2005 to make a Cab file for the pocket pc 2003. I have to register some string for the device. But I would like to know how to add multi string(vsdrvtMultiString)? since I got compile error when i'm doing this config. Thanks!
|
| System.Windows.Forms.Timer suspends when PPC sleeps | 21 Aug 2006 18:31 GMT | 4 |
Is there way to force the Timer control to keep ticking when the device is off? I have an app that needs to do something 10 minutes after it's launched regardless if the device is on or off during that time (similar to a windows service - kind of). Since running ppc apps ...
|