| Thread | Last Post | Replies |
|
| How to read .xls on Pocket PC | 10 Mar 2005 00:49 GMT | 4 |
Is there any way to read data from .xls files on Pocket PC in application written on VB .NET? Could anyone give me an example? Thank you.
|
| PPC Lock Down | 09 Mar 2005 22:09 GMT | 3 |
I'm looking to lock a PPC device down unless someone types in the appropriate password. I don't just want to make the device screen unusable with like a screensaver I also want to make it so activesync won't work over any medium; GPRS, USB, Serial etc... Anyone done anything like ...
|
| GSM Info | 09 Mar 2005 21:45 GMT | 3 |
I am using evc++ 4.0 to develop a small application for my own PPC2003SE-PE. I would like to know how to get both signal strength and operator name from my GSM subscription. Thanks a lot.
|
| Pocket PC emulator slow on startup | 09 Mar 2005 21:26 GMT | 4 |
If i start my application in Debug mode the pocket pc emulator needs up to 5minutes (sometimes more) to start up the app. I stepped throught the program. Most of the time (90%) is "wasted" in CreateWindow().
|
| How can I create a intallation CAB include multiple CAB | 09 Mar 2005 17:55 GMT | 2 |
I create an application for Pocket PC , need SQL CE 2.0 support. Could I make cab file ,When user down the CAB to PDA , intall SQL CE & my application automatically .
|
| background image doesn't fit into coords | 09 Mar 2005 17:30 GMT | 3 |
I'm drawing an image as background in my OnPaint handler with dimensions set to client coords but if I start my program a vertical black line with 1 px width appears on the left (it seems that the img doesn't fit into client coords).
|
| Possible Project using Pocket PC | 09 Mar 2005 17:00 GMT | 1 |
Im currently taking up my Masters of Science in Computer Science and next term I'll be having my thesis proposal course. I'm planning to work on a project that will involved Handheld devices, but honestly I'm having a hard time to think one.
|
| Main form doesn't appear if there's an exception before it shows | 09 Mar 2005 15:18 GMT | 1 |
As part of pocketpc application startup I load several files into memory and test them for validity. All the code is protected by try/catch blocks. Unfortunately, even with this protection, my main form fails to display. Any ideas please.
|
| Copying files to PPC during install process | 09 Mar 2005 12:08 GMT | 9 |
I am looking to create an installer that will not only install my application to a PPC but will also generate an ini file and copy it to the PPC as well. I can use CEAppMgr and a CAB file to install the PPC application. The challenge is copying over the ini file. I cannot ...
|
| Porting Palm apps to PPC | 09 Mar 2005 11:18 GMT | 1 |
Is there any tools available to work, restructure and change (Port) Palm applications to PPC? (or resoures to learn how to?) Your help will be much appriciated. Kind REgards,
|
| some problem in game dev? | 09 Mar 2005 10:25 GMT | 3 |
i am a new comer in pocket game dev, please give me some advice? thanks in advance!
|
| Writing an ActiveSync Service Provider | 09 Mar 2005 08:55 GMT | 2 |
Is it possible to write an ActiveSync Service Provider in any language other than C++? Is it possible to write it in C# or VB.Net, for instance? If so, are there any instructions or examples available? Grateful for any information.
|
| wm2003 standard SDK Bluetooth query | 09 Mar 2005 08:51 GMT | 2 |
Ive developed an application which controls bluetooth in a simple way. on/discoverable/off. This works perfectly on most pocketpc phone edition devices such as the imate II. However on an svp m2000 the standard api does not appear to do anything. I knocked up a simple test app ...
|
| system cannot locate the resource specified | 09 Mar 2005 02:46 GMT | 6 |
Hi.. I am trying to implement MSXML this is what I have VARIANT_BOOL status; VariantInit(&vSrc);
|
| Adding Colors to Combo box Items | 09 Mar 2005 01:31 GMT | 3 |
i wanted to have a drop-down combo box that listed color patches of the colors entered as the collection, is there any way to do this, using c#
|