| Thread | Last Post | Replies |
|
| RAS Connection Exclusive to creating | 16 May 2007 12:26 GMT | 1 |
I'm doing some work on RAS connections and I've just noticed that when I establish a connection programmaticaly in my application (using RASDial), this isn't reflected by the operating system (Windows Mobile 5). I.e. there is no GPRS connection icon where the antenna icon is,
|
| CAB file installation on device | 16 May 2007 07:52 GMT | 4 |
How I can directly install my .cab file form desktop to my device.
|
| Shortcut Localization | 15 May 2007 23:58 GMT | 22 |
Hey gang. In an INF file is it possible to create a shorcut with command line parameters? I am trying to and the cabwiz is saying it can't find the target specified.
|
| How to select a record from SQLCE? | 15 May 2007 20:19 GMT | 4 |
I am trying to read a record from my table and use the value. I am new to this and this is my first attempt but errors with a conversion error: SqlCeConnection _conn; _conn = new
|
| Poom event handling | 15 May 2007 19:33 GMT | 2 |
In PocketOutlook I know through SystemState and SystemProperty how to catch appointment changed (by user) event and new appointment created (by user) event. But I do not manage to catch an event when one appointment end and a new one start. Do anyone have a clue to how you
|
| Active Sync blocks other UDP network packets. | 15 May 2007 19:15 GMT | 1 |
We develope MDTV application which recieves DVBH TV transmition and enables video players to show the MDTV broadcast. Our device driver acts as NDIS miniport which sends IP/UDP packets recieved from the MDTV modem and put it in the device IP stack.
|
| How do I select the default system font? | 15 May 2007 18:15 GMT | 7 |
When I enumerate fonts on the emulator, I get Tahoma and Courier New. I've tried these out in many different points and styles and they never look the same as the system font used in the caption, menus, and almost everywhere else. How do I select this system font?
|
| WMDC - Where do we get restartmanager.h, rstrtmgr.lib, rsrtmgr.dll | 15 May 2007 14:12 GMT | 1 |
Is there a WMDC SDK to obtain restartmanager.h, rstrtmgr.lib, rsrtmgr.dll? I'm running VS2005 - Thanks.
|
| Hot to detect if app is running in emulated 240x320? | 15 May 2007 13:59 GMT | 2 |
Is there a way to detect that an application which does not include the HI_RES_AWARE flag is being run in the legacy emulation QVGA mode? The problem is that this application needs to do different things when run in a native VGA or in a native QVGA device. Due to the emulation
|
| EscapeCommFunction - what is it for? | 15 May 2007 09:36 GMT | 2 |
I've been studying examples on initializing COM ports. I see how to Get/Set COM states, properties, timeouts, etc. I found one example that shows this last sequence: // Direct the port to perform extended functions SETDTR and SETRTS
|
| Power ON message /event ? | 15 May 2007 08:59 GMT | 4 |
I seem to remember that there is a message broadcast to running applications when user turns power on ona PocketPC. I do not seem to be able to find any reference to it. Is there such a thing? What is it?
|
| ShellExecuteEx fails to open a URL on some devices... | 15 May 2007 02:13 GMT | 3 |
I'm opening a URL from my application using ShellExecuteEx as follows: SHELLEXECUTEINFO cShellExecuteInfo = {0}; cShellExecuteInfo.cbSize = sizeof(SHELLEXECUTEINFO); cShellExecuteInfo.fMask = SEE_MASK_NOCLOSEPROCESS;
|
| About Set the Text of the CommandBar,why it does not works | 14 May 2007 21:35 GMT | 1 |
HMENU hMenu = CommandBar_GetMenu(m_hCommandBar, 0); if (NULL == hMenu) return; TCHAR csText[32] = {0};
|
| Emulator okay, but device gets nonstop WM_PAINT events | 14 May 2007 16:44 GMT | 3 |
Can anyone think of a reason how an application that runs fine on an emulator could receive (what appears to be) an infinite number of WM_PAINT events when running on an actual device? At the moment, I'm debugging in EVT3 targeting a PPC'02 device (Dell
|
| Mix ARM and Thumb DLLs | 14 May 2007 14:11 GMT | 2 |
I read, that Thumb target machine pplications can be run only on WCE5.0 (and higher) devices and emulators. There is no problem for me. But, is it possible to mix ARM and Thumb DLLs that uses my application?
|