| Thread | Last Post | Replies |
|
| how to determine emulator or device programmatically? | 09 May 2007 23:53 GMT | 5 |
I need to get the device id but only when the program is running on the device and not on the emulator, but i'm not able differentiate it programmatically. Any help is appreciated
|
| Solution platforms in VS 2005 | 09 May 2007 19:06 GMT | 1 |
Does anyone know how to remove a configuration from the solution platforms drop down list for a solution in Visual Studio 2005. I no longer need to support Pocket PC 2003 and want to get rid of any reference to it.
|
| Serial port buffer check? | 09 May 2007 17:53 GMT | 11 |
I'm porting some PalmOS serial port code to Windows Mobile/PocketPC. Is there a PocketPC API available that will return the number of bytes of data sitting in the serial port receive buffer? I'd like to know how many bytes of data are sitting in the receive buffer before I try ...
|
| Unable to kill a process | 09 May 2007 16:06 GMT | 1 |
I am writiing an application in c# targeting window mobile 5.0. The project consists of one application(lets call it main) which needs to start another application. I do this using process class. this part works fine. Now when my other application starts, i need to hide it. i do ...
|
| Project available: Connection status activex control | 09 May 2007 11:33 GMT | 4 |
I have tried building this myself but it is over my head. So I am offering it as a project. I apologize to anyone who feels that this newsgroup is not the correct place to post this request. We urgently require an MFC activeX control, written in eVC++ 4.0, that can
|
| localization | 09 May 2007 10:05 GMT | 10 |
My method for localizing app was to create seperate resource dll's, (dll containing only resources, like dialog and string resource), then dynamically load the correct resouce file during execution. However, in my IDE, I can't even type cyrillic or chinese characters
|
| Flight Mode On/Off Example Needed | 09 May 2007 08:56 GMT | 2 |
I'm looking for a way to completely disable flight mode on a SmartPhone.
>From everything I've read that involves using ExTAPI with lineSetEquipmentState.
|
| Retrieving the value types of the values under the key HKEY_LOCAL_MACHINE\Security\AppInstall\Microsoft CF 2.0\Executables | 09 May 2007 07:25 GMT | 8 |
I tried to retrive the values and the type of values under the key "HKEY_LOCAL_MACHINE\Security\AppInstall\Microsoft CF 2.0\Executables" in Pocket PC WM 5.0, It returned value name but value type as "Reg_None". How can we access the value types for values under the ...
|
| Diagnosing a WMDC service provider error | 08 May 2007 23:37 GMT | 1 |
I'm trying to migrate a service provider from ActiveSync/Windows XP to Windows Mobile Device Center/Windows Vista. It's my understanding but not experience that the interface remains the same, so I'm trying to figure out why synchronization runs without error, but my service
|
| File transfers between PC <> PocketPC | 08 May 2007 21:56 GMT | 2 |
In an application I work on I will exchange some data files when the Pocket PC is cradled. I will use RAPI from the desktop to copy files between PPC and desktop. I know about other ways to exchange data like using webservices, RDA etc but for this application it will be done by
|
| today plugin in managed code? | 08 May 2007 20:15 GMT | 8 |
Can I write today plugins in managed code? Lisa
|
| calendar status | 08 May 2007 17:39 GMT | 2 |
Is there a more efficient way to check the current status of the calendar, other than this: IPOutlookItemCollection *pItems; ....
|
| SQL 2000 and Windows Mobile | 08 May 2007 16:41 GMT | 1 |
Is it possible to connect directly to a SQL 2000 Standard instance in my application from Windows Mobile 6? TIA, kevin
|
| Can not get Storage Card Manufacturer ID in wince4.2! | 08 May 2007 15:42 GMT | 1 |
I can get storage card manufacturer id(10digitals) either in smartphone and ppc using my own tool.But the tool does not work in wince4.2 ,it appears n/a. what's the problem?Are there some dlls i need to add into wince4.2?
|
| Reseting via cab installation | 08 May 2007 15:24 GMT | 8 |
I've seen couple of cabs that after installation default installer (wceload.exe) requested reset (not from setup.dll). How to make such cab? I'm creating cab by writing .inf files namualy and using cabwiz.
|