| Thread | Last Post | Replies |
|
| Behaviour of SetTimer | 18 Jun 2007 08:23 GMT | 1 |
I call SetTimer from my application to create a timer, which calls a callback function when it elapses. However I have discovered that the callback function is only evoked when either my application is the active thread, or when the active thread is changed (such as when a new ...
|
| displaying jpeg picture in WinCE.NET 4.2. | 18 Jun 2007 08:19 GMT | 4 |
I am developing a program for a Palm-Size PC by using eVC++ 4.The operating system is Windows CE.NET 4.2.I want to display a jpeg format picture. I searched some and I saw that I cannot use ShLoadImageFile() method in WinCE 4.2.(?)And then I tried to use Imgdecmp.lib with VOImage ...
|
| 'Microsoft.WindowsMoblie.PocketOutlook.EmailAccountCollection' can | 18 Jun 2007 04:17 GMT | 1 |
can anyone tell me why Value of type 'Microsoft.WindowsMoblie.PocketOutlook.EmailAccountCollection' cannot be converted to 'Microsoft.Windows.pocketOutlook.EmailAccount'.
|
| how to monitor GPRS-based APNs traffic? | 18 Jun 2007 04:03 GMT | 5 |
I can't find any document mentioned this topic in the Windows Mobile SDK help. and also didn't find any key in the register record the GPRS traffic. I want to implement a GPRS traffic statistic tool,but I can't find APIs
|
| Logout using MCSF | 18 Jun 2007 03:34 GMT | 2 |
anyone has implemented logout function in their application using the MCSF? how can u clear any opened forms bring the user to the logout screen? any sample examples? Pls advise.
|
| C#2005 using DllImport to call CeRapiInvoke | 15 Jun 2007 22:43 GMT | 11 |
I am attempting to use RAPI functions in order to put a signed DLL on the device and call a function on it to return the device type string to the desktop. Unfortunately I have been unable to actually get this to work with C#. My DLL is a C++ signed DLL with the correct signature ...
|
| Load images from database | 15 Jun 2007 15:12 GMT | 4 |
I am trying to load images stored in database (SQL CE) inside a grid but facing problems on how to go about the same. I am trying to use the Image class but do not find a method to read the MemoryStream to get images.
|
| Porting a WinXP-DLL to WinCe | 15 Jun 2007 14:30 GMT | 2 |
I need to send data via USB host port on my Acer N30 with a program running on the PDA (no PC connected). I found libusb on http://libusb-win32.sourceforge.net for generic USB access. A C#-Wrapper is available.
|
| Windows Mobile and MAPI | 15 Jun 2007 11:15 GMT | 1 |
We use MAPI to read inboxes on email services configured in Windows Messaging. This works fine for POP3 mailboxes, but when attempting to use it with the "Outlook E-mail" service, the IMAPISession-
>OpenMsgStore call fails. Has anyone come across anything similar. |
| Set input mode programmatically | 14 Jun 2007 23:17 GMT | 1 |
How to set input mode programmatically (for example numerical)?
|
| Samples GPS Intermediate Driver | 14 Jun 2007 22:10 GMT | 2 |
Hello, I am checking out the sample for using the GPS intermediate driver from managed code that is provided in de SDK. I notice that when closing the GPS the software 'hangs' on the statement: lock (this)
|
| changing autorun | 14 Jun 2007 19:41 GMT | 1 |
I created an old autorun.exe program for installing my apps some time ago. Since then, I have removed that application (using Remove Programs in Settings) and reinstalled it (Using Active Sync) with a new autorun.exe - this one has different, more relevant messages, and the ...
|
| How to localize today-plugin names? | 14 Jun 2007 17:49 GMT | 3 |
Is there an easy way to make today plugin names change when user changes language in regional settings? On SmartPhone's home screen theme, you can add localized strings tot he home.xml, so right strings can be read based on language settings.. Is there
|
| CameraCaptureDialog.ShowDialog() method does not work............. | 14 Jun 2007 16:09 GMT | 6 |
I have to develope a application that invokes a built-in camera of HP iPAQ 6965. I have used the following code to invoke the camera.............. CameraCaptureDialog cameraCaptureDialog = new CameraCaptureDialog();
|
| C# Callback for RegistryNotifyCallback not working | 14 Jun 2007 16:08 GMT | 2 |
I have implemented a P/Invoke call in C# to RegistryNotifyCallback. Currently, the handle from the function is returning and the call seems to be successful, but the callback function is never firing. I have almost certainly made a mistake somewhere along the line and am
|