| Thread | Last Post | Replies |
|
| Resource-only DLL to Support Far East Languages | 15 Aug 2005 16:11 GMT | 3 |
I am trying to add Chinese and Japanese language support to my Pocket PC 2003 application, but I am running into problems in eVC++ 4.0 by using the method described in “Creating a Resource-Only DLL” http://msdn.microsoft.com/library/default ...
|
| Input panel size | 15 Aug 2005 11:40 GMT | 1 |
I'm working on an input method currently and have a problem with that. I have a wm2003se vga resolution device and if i force it to "real vga" mode with some app (like SE_VGA) the height of the input panel changes to 80 pixels and my im does not displayed correctly (linited in ...
|
| Second CTreeCtrl selchange event | 15 Aug 2005 07:57 GMT | 2 |
I have a custom tree ctrl based on CTreeCtrl. When I select an item, the item is marked, and I get the OnSelchanged event. However, if I click the same, selected item once again, I get no event. I have tried different events, and the only one I get is NM_CLICK, which
|
| PropertySheet bug? | 15 Aug 2005 01:01 GMT | 2 |
The (modal) main window of my application is created with the function PropertySheet(). After choice of the menu entry Start->Today, my property sheet window remains visible and the today screen will not shown.
|
| How can I run an old visual basic 3 program on a ipaq pda? | 14 Aug 2005 19:21 GMT | 2 |
I hope someone out there can help me. I want to run an old visual basic program on an ipaq pda, it uses the pocket pc 2003 operating system. Going back a few years I seam to remember if you wanted to run a vb3 program you had to have the vbrun300.dll runtime in the windows\system
|
| Deployment Issue | 14 Aug 2005 14:10 GMT | 1 |
I can run my application from VS by connecting to the emulator When I deployed tot the emulator it seems successfull but I could not find the application to run on the emulator. Please help ?
|
| Installing new Font to Emulator SDK 2005 | 13 Aug 2005 19:34 GMT | 1 |
I installed Windows Mobile 2005 SDK and Visual Studio 2005. But I can not figure out how to download new font to the emulator. I do not see File tool in the IDE to copy files to the emulator! Any idea?
|
| Pocket Outlook | 13 Aug 2005 09:02 GMT | 1 |
I have another hopefully small question just about Pocket Outlook. Is there any way to send a high priority/high importance Email from my PPC. Also, if I sync down a message with a high importance from AS, will it show up like that, or is the importance of a message not
|
| changing the device type of "PPC 2003 Device" image emulator | 12 Aug 2005 21:04 GMT | 4 |
Hello people, Do you guys/gals know how to change the device type of this app. is it like setting environment variables on the OS or modifying a file. I am just testing a commercial application on the ppc emulator ("PPC 2003
|
| VB6 for Pocket PC Apps | 12 Aug 2005 21:04 GMT | 2 |
I'd like to do some development on what I believe to be Windows Mobile 2003 (Microsoft PocketPC Version 4.20.0 (Build 14053) Copyright 1996-2003 Microsoft Corporation). I know VB6 pretty well and would like to use that as the development
|
| What the hell...??? | 12 Aug 2005 20:31 GMT | 5 |
Try the following: 1. create a file with the following content: ------------------------------------------- #define CSTFullScreenDialogLite CDialog
|
| How to use WZCSetInterface to add a network access point that uses certification for authentication (EAP) | 12 Aug 2005 17:51 GMT | 1 |
Coud anyone please tell me how can I use WZCSetInterface() function to add a network access point that uses certificates for authentication (EAP). I know that this function uses INTF_ENTRY structure pointer. This structure contains WZC_WLAN_CONFIG structure variable also which ...
|
| First steps for database access in C++ on pocket PC 2003 or later | 12 Aug 2005 15:03 GMT | 2 |
This is driving me crazy. I am attempting to port to a pocket PC some windows MFC code (not managed code) which uses ADO in C++ to read from a database. I am using Visual Studio 2005 Beta 2. I have read and read and searched and searched and am still no closer to get anything ...
|
| Detecting network type | 12 Aug 2005 13:23 GMT | 2 |
I just have hopefully a simple question. Is there some built in API that I can use to determine what kind of network that is being used? I am talking like if the network connection is a GPRS connection, or a CDMA connection, or ect..
|
| SIR support | 12 Aug 2005 08:58 GMT | 2 |
I'm trying to communicate with a PC with SIR (Serial Infrared). At the PC side I've a custom device linked with the serial port. This kind of communication works with PALM-OS and I can send and receive bytes without
|