| Thread | Last Post | Replies |
|
| SHCMBM_GETMENU cannot work under WM5 | 10 Jul 2006 20:24 GMT | 2 |
This is really a problem, because MSDN tells me it's ok... But .... I used PocketPC2003 and Windows Mobile 5.0 SDK to compile the same project.
|
| CopyFile, SetFileTime, File Modified Dates Problems | 10 Jul 2006 19:29 GMT | 8 |
I am writing a EVC++ 4.0 program to sync PPC (Mobile 5.0) files with my desktop (XP or 2K) via Wifi as ActiveSync 4.0 and above no longer supports this functionality. The program logic is simple enough, only that I am being let down by
|
| Problem changing the Z-Order | 10 Jul 2006 17:51 GMT | 2 |
My application is to have 2 separate processes each with its own window. These two windows will overlap, I'm trying to toggle which is on top (and receives keyboard input). Both processes have the other's HWND so I have tried using the SetFocus command from both applications,
|
| CListCtrl name-value pairs? | 10 Jul 2006 17:29 GMT | 1 |
I've been trying to use the MFC CListCtrl to produce a name-value pair in the same way you do in html. For example I would like to show in the list box the text "somefile.mp3" and if someone selects "somefile.mp3" I would like to have set a value
|
| c++ send message. Is it a blocking call... | 10 Jul 2006 16:57 GMT | 2 |
I am trying to send a message from a c++ dll that will be loaded by Pocket outlook as part of its menu extensions. This message will be received by a .netcf windows forms application written in c#. But this app may or may not be running at all times.
|
| compile error with eVC SP4 | 10 Jul 2006 08:22 GMT | 1 |
My project include auto_xxx.hxx, allocator.hxx,hash.hxx,av_upnp_internal.h files. PB compiler working well, but compile error in eVC. Is anybody know this problem
|
| Newbie - how to find out full pathname of running app | 09 Jul 2006 13:14 GMT | 1 |
I'm writing an MFC dialog box app using eVC 4 SP3. Please can someone tell me what function I can call to get a string containing the full path and filename of my app while it is running, e.g. "\CF Card\My Apps\MyWord.exe". I can see a couple of ways to get just the
|
| .cpp code runs in Windows CE 4.2, but not with 5.0 | 07 Jul 2006 18:04 GMT | 1 |
I have this small .cpp code that works under Windows CE 4.2 (X86 Platform), but hangs with Windows CE 5.0 and dont know why. Can you tell me wich API is not Windows CE 5.0 compatible ? Or any approch that could help me ?
|
| Platform Builder 5.0 - RAMDISK example | 07 Jul 2006 15:22 GMT | 1 |
I have just tried to run this example with VS 2005 and I've failed. 1. When compiling for PPC 2003 compiler says Quote: diskio.obj : error LNK2019: unresolved external symbol
|
| Inbox Menu Extensibility Demo | 07 Jul 2006 09:52 GMT | 1 |
I trying to add some custom menu entries to the Pocket Outlook application on the WinMo5 Smartphone, particularly the Inbox view and the compose view. Now, there is a demo included with the SmartPhone SDK called "InboxMenuExtensibility" but in its original configuration, it is ...
|
| How to Know Mobile 5 is running? | 07 Jul 2006 09:38 GMT | 1 |
I want to know is the Pocket Pc running with a mobile 5 operating system, and I want to check it out by using RAPI function. I've tried with CeGetVersionEx but I don't know major and minor version numbers in CEOSVERSIONINFO
|
| ARM processor support | 07 Jul 2006 00:31 GMT | 8 |
is it possible to target an ARMV4i processor, rather than just ARMV4, in eMbedded VC++ 4.0? Thanks, Tony.
|
| acees PPC Outlook database | 06 Jul 2006 23:24 GMT | 1 |
By saving a lot of effort to write a nice/fanncy user interface, I would like to use PPC Outlook comes with Pocket PC 2003/Mobile 5 to let my application users to read/write messages. The messages will be recevied/sent through RS232 serial port with our own communication protocol ...
|
| GPS Intermediate Driver Functions | 06 Jul 2006 18:36 GMT | 1 |
GPS Intermediate Driver Functions GPSOpenDevice, GPSGetPosition, GPSCloseDevice are NOT opening the device and getting the current location. We are using ambicom bt-gps rev 1.5 to get the current location. We have connected the ambicom bt-gps device to Window mobile 5.0 device ...
|
| Modeless dialog problems | 06 Jul 2006 17:58 GMT | 7 |
Currently i am writing on an SDI-Application for PPC 2003, which brings up some problems: In my view i load data from a file und show it in a diagram. To provide exact output for the user, i craeted an extra dialog, which is not fullscreen
|