| Thread | Last Post | Replies |
|
| How to load a 3rd driver in eVc emulator? | 24 Nov 2005 08:35 GMT | 2 |
I want to write an application which needs a 3rd driver. However, to download the appliction to a device and debug is troublesome. Can I load the driver registry and dll into eVC emulator every time it boots up? I hope I can debug on emulator.
|
| How to draw a Linear Gradient background on a Pocket PC? | 24 Nov 2005 08:32 GMT | 9 |
The following code draws a linear gradient on my desktop application, but I'd like to learn how to do the same thing on a Pocket PC: /// <summary> /// If you'd like to have linear gradients for the background of your
|
| Network state, system information | 24 Nov 2005 06:01 GMT | 2 |
I have to write a prog. which show the current connection on Win mobile 2003. The prog can tell me what the current connection ist (WLAN oder GPRS). Which kind of APIs sould i use ? On WinXP i normally use WMI and Events? Are there something like WMI on
|
| how to get IMEI of a pocket pc? | 24 Nov 2005 05:58 GMT | 3 |
Is there any API in pocket 2003 can retrieve the IMEI of a pocket pc device? I found that KernelIoControl function with IOCTL_HAL_GET_DEVICEID parameter can do this. From msdn it says:
|
| WinCE 5.0 NDIS driver loading + signing | 24 Nov 2005 05:34 GMT | 4 |
I've built an NDIS miniport driver for CE 5.0. It loads and runs on the Platform Builder 5.0 x86 emulator. However I cannot get it to load on the SDK ARM emulator. Neither will it load on a JasJar device. In fact DriverEntry is never even called.
|
| how to make a DLL build in C++ on desktop work on Pocket PC? | 24 Nov 2005 04:53 GMT | 6 |
Hi Experts, I have a DLL build in C++, and i can call the DLL from my C# application on desktop. Now i want to use the DLL functions in my Pocket PC applications. How can
|
| Latest ActiveSync 4.0 (sorry, cross-post) | 23 Nov 2005 23:01 GMT | 1 |
Sorry, cross-post from the compact framework group, but I need the answer kinda quick. Where can I get the release version of ActiveSync 4.0, or is the Developer Preview the latest?
|
| Interception of done button | 23 Nov 2005 20:22 GMT | 1 |
Do you know what is the WM_COMMAND send to a dialog box when we click on the OK and the Cross icon on the top right of the window? For OK, I can see that I receive WM_COMMAND with LOWORD(wParam) which is equal to 1 but I can't find the associated constant.
|
| Deleting all files from a Directory | 23 Nov 2005 19:04 GMT | 4 |
What is the fastest way to delete ALL files in a specific directory on PPC programatically? Thanks for answering...
|
| CommandBar icons transparent color? | 23 Nov 2005 18:16 GMT | 3 |
Does anyone know the transparent color for the CommandBar (menu bar) icons? It seems that the gray color for the icons background is slightly different for the 2002, 2003, and WM5 OS devices. Is there a defined transparent color?
|
| Creating Emails (meeting requests ) on a ppc with MIME in C++ | 23 Nov 2005 16:32 GMT | 2 |
Does anyone have any details on how to create emails ( specifically the email for a meeting request ) through MIME on a PPC in C++? What I'm trying to replicate is if someone creates a meeting request and invites you you get an email from them that allows you to accept, accept
|
| GDI alternatives? | 23 Nov 2005 15:54 GMT | 3 |
I've been using GDI for my, by now rather large XP/CE, MFC program. I'm not all that happy with GDI, it seems limited in functionally and speed so I'm looking for something faster and more versatile.
|
| What function can instead the CeOpenDatabase() in VS2005! | 23 Nov 2005 11:33 GMT | 2 |
I have meet a problem about CeOpenDatabase() function. When I build my project a error like this appear: error C4995: 'CeOpenDatabase': name was marked as #pragma deprecated The project I build in EVC is ok and then update to VS2005 and build in
|
| A function in WM5.0 not supported! | 23 Nov 2005 10:20 GMT | 1 |
I have meet a problem about CeOpenDatabase() function. When I build my project a error like this appear: error C4995: 'CeOpenDatabase': name was marked as #pragma deprecated The project I build in EVC is ok and then update to VS2005 and build in
|
| how to retrieve pocket pc IMEI? | 23 Nov 2005 10:14 GMT | 1 |
Is there any API which can get IMEI (device ID) of a device? I found that KernelIoControl() function with IOCTL_HAL_GET_DEVICEID parameter can do this . Form msdn it says: Requirements
|