| Thread | Last Post | Replies |
|
| Desktop and PPC common source - anyone? | 29 Nov 2004 23:29 GMT | 5 |
I've written an evc++ 3.0 non-MFC application which uses ADOCE. A lot of what this app does on my iPAQs would be useful as well on my desktop systems. I'm considering trying to share common source code with appropriately setup
|
| Custom RS-232 application on a 2700 symbol handheld with ActiveSync?? | 29 Nov 2004 23:29 GMT | 3 |
I want to develop my own custom RS-232 application with a RS-232 Active Sync cable. Is that possible? I have a 2700 Symbol handheld. I was told it was possible but I don't see any supporting documentation.
|
| Q: Win32 dynamic menu creation - Failed to add a new menu on the MenuBar | 29 Nov 2004 23:29 GMT | 2 |
Background: I am learning how to dynamically making menubars, and started with Win32 sample DynaMenu on PocketPC 2002 emulator. The sample showed me how to add/remove menu items, but did not show how to add/remove menu
|
| problem on running exe files in the PPC 2002 SDK | 29 Nov 2004 23:29 GMT | 1 |
im currently using PockerPC 2002 SDK emulator arm processor...n i have downloaded some exe files but i cant run the program in the emulator. When i clicked at the exe file, it says tht the program is not a valid PocketPC Application...
|
| OS Mismatch error | 29 Nov 2004 23:29 GMT | 1 |
I built the debug exe for my Handheld PC and successfully downloaded the build after chaging the Platform manager setting to use TCP/IP as the transport. For some reason,selecting ActiveSync did not work. If I run the exe directly on the device, it runs fine. However If I run in
|
| Copying folders into CABs files | 29 Nov 2004 23:29 GMT | 1 |
I want to copy files into the CAB files before deployment. I use this method to create an installer : http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetcomp/html/ netcfdeployment.asp How to put in CAB files other ressources folder and files (a folder plenty
|
| URGENT: Stack overflow and W2A ATL macro. | 29 Nov 2004 14:33 GMT | 2 |
When does the memory allocated by W2A macro free up? Here is my pseudo-code: ******************************* my func( )
|
| event logging | 29 Nov 2004 09:22 GMT | 1 |
why is it not possible to log events in the Windows Mobile 2003 on the PocketPc as in the eventviewer of the Windows XP on the desktop? thx robert
|
| CheckSumMappedFile | 29 Nov 2004 09:10 GMT | 2 |
Just porting a standard Windows App of mine to CE and down to one last error. Anyone know what happened to CheckSumMappedFile in CE? All the the other file mapping functions are still there but this one seems to be missing.
|
| 'GetDIBits' : undeclared identifier | 29 Nov 2004 09:01 GMT | 2 |
Help me please when i compile my project, i've got this error. should i include another .h file except "stdafx.h" and "wingdi.h"?
|
| create new empty directories | 28 Nov 2004 20:21 GMT | 1 |
I can not create new empty dircetories when setup on PocketPC. I use : [CEStrings] AppName="MyProject" InstallDir=%CE1%\%AppName%
|
| Password-protected xls | 28 Nov 2004 18:20 GMT | 1 |
Can anyone tell me how do I open up a password-protected XLS on my XDA IIs? I also cannot even sync these files. Thanks. JT
|
| pocket printing | 28 Nov 2004 17:21 GMT | 2 |
i have a sipix pocket printer, and an ipaq with ppc 2k3. i'm trying to print over irda to the printer, but no luck. i'm trying to print without usin fieldsoftwares software. the code is written in evc++.
|
| SrollBar | 28 Nov 2004 16:07 GMT | 7 |
I have a panel and in that panel a pictureBox with a Map. I use ScrollBars to scroll within this map. But how can I make that the vScrollbar srolls automatically a little bid down and the hScrollbar a little bid to the left when I open the form with the panel and the pictureBox?
|
| Problem with new/save Bitmap file | 28 Nov 2004 14:43 GMT | 4 |
I want to create application that can open, new and save .bmp file. Now I can open this file. So the remaining problem are "new" and "save" file. They are also "save as" file too.
|