| Thread | Last Post | Replies |
|
| VS2005 Emulator skins: What scan codes are used for the keyboard? | 26 Apr 2006 22:13 GMT | 2 |
I'm looking at the emulator skin for Pocket PC 2003 Second Edition. It specifies keycodes in hex - which the docs say means raw scan codes. E.g., "Up" emits 0x48 and "Soft Key 1" emits 0x70. The question is: where do these scan codes come from? They don't seem to match any ...
|
| MFC and PPC 03 | 26 Apr 2006 21:52 GMT | 1 |
I've got Visual Studio .NET 2003 and I want to devlope a program for Pocket PC 2003 SE. I will do this using MFC because I have experiences with MFC but not with .NET.
|
| Print windows form from Pocket PC if I don't use fieldsoftware pro | 26 Apr 2006 21:48 GMT | 2 |
I am using Vb.net to compile a program and I would like to click a button to print the content of the windows form on Pocket PC. From web, I get the information that fieldsoftware product perhaps completes this function. However, its supporting printers are so limited. I would ...
|
| Remote Display & Win Mobile 5 | 26 Apr 2006 18:57 GMT | 3 |
ActiveSync Remote Display does not work with my new Windows Mobile 5 pocket pc. Does anyone know if there is another version or something else that I can display my pocket pc screen on my PC desktop?
|
| Mobile 5: Receiving SMS | 26 Apr 2006 18:57 GMT | 4 |
Could someone point me in the direction of a good guide on writing applications on WM5 that receive SMS? Many Thanks
|
| Writing to SD card problem after waking up (WM 5.0) | 26 Apr 2006 15:22 GMT | 3 |
At first I had a problem in C# app that was writing to SD card on iPAQ rx1950. An IOException raised sometimes after iPAQ was powered off and then back on. Then I wrote a small test on C++. It just writes random data to different
|
| Distributing MSActiveSync | 26 Apr 2006 14:29 GMT | 2 |
Are you allowed to distribute ActiveSync from your own website? / Peter
|
| shortcut wm5 pocketpc | 26 Apr 2006 14:24 GMT | 1 |
I have a wm5 app and installing with cab file. On handheld, install works but icon does not show up in "Program Files". Using file explorer the app directory is in program files and looks fine. I created the Cab from vs2005 project and added the short cut to the application ...
|
| HttpSendRequest call doesn't return | 26 Apr 2006 08:53 GMT | 2 |
I'm using VS2005 developing C++ AP. in Win Mobile 5.0 platform, and is having trouble with the HttpSendRequest API. When activating outgoing phone call while GPRS connection is on, device will activate suspend & resume feature to suspend the GPRS connection, and to
|
| Icon size | 26 Apr 2006 07:40 GMT | 1 |
You can use bitmaps/icons/imagelists for Listviews and Treeview for example. How large can you make those icons? Can you only use 16x16 and 32x32? I need something larger which would take up the whole width of the screen (except scrollbar). So could 400*50 work?
|
| Localization procedures | 26 Apr 2006 06:34 GMT | 2 |
I'm new to use MFC.Does anyone know the procedures of localization for win32 or MFC GUI ?I've searched lots tools for localizing the resource file(.rc),but i don't know how to let the complier know which language i should use.
|
| DLL using MFC has trouble getting loaded on startup. | 25 Apr 2006 23:32 GMT | 1 |
Sorry for the long post. We have a COM component, which uses MFC (for the UI side of things) and ATL (for the COM side of things). This is loaded/instantiated from an EXE which does not use MFC. If the device is already running (i.e
|
| Will PPC2003 Code work on =?ISO-8859-15?Q?Microsoft=AE?= Windows MobileTM 5.0 | 25 Apr 2006 23:32 GMT | 2 |
Hi, I have code which runs on a HP PDA running PPC2003 which uses the wi fi radio to send/receive files to a host pc. (I did not write the code myself). I am thinkin of buying a Dell Axim X51 416 which runs
|
| xml provisioning using FileCopy operation | 25 Apr 2006 20:40 GMT | 5 |
I am in running into a system permission issue with using a cpf file that was created from a _setup.xml. I created the cpf file from xml code below. I clicked on cpf on the device and the message I get is not enough permissions.
|
| WriteFile blocked infinetely | 25 Apr 2006 18:53 GMT | 2 |
i am trying to have a windows-ce device communicating with another one through Bluetooth utility and transfer file between them using the serial communication API (CreateFile, WriteFile, ReadFile, SetCommTimeouts etc.). When one device is writing bytes into the virtual COM port, ...
|