| Thread | Last Post | Replies |
|
| application version | 25 May 2006 22:33 GMT | 1 |
Using the net framework v1.1, If I want to capture the application's version all I had to do was to use "Application.ProductVersion" code. For the .net compact framework the "Application.ProductVersion" is not available.
|
| Standalone Device Emulator | 25 May 2006 19:23 GMT | 10 |
I wonder if someone have information if the function to test push mail is disabled in the emulator! I can't get it to work and I heard that this funtion is not enabled but you can do a registry fix to get it working! Björn
|
| Program using all CPU | 25 May 2006 17:22 GMT | 6 |
Having any program running that I have written myself in Visual Studio 2005 will gobble up all CPU available to the system. For example if Media Player is playing an mp3, it will sound chopped. I have also measured the power consumption of the system, and it is much higher if
|
| How move outlook email folder to an sd card | 25 May 2006 16:58 GMT | 1 |
I'm new to ppc and o have some questions. 1. Where is stored the outlook db file on the pocket pc? 2. Can i move the outlook db file to the sd card, will it still work? 3. How do I have to move the outlook db file to the sd card?
|
| Hardware setup. | 25 May 2006 16:52 GMT | 2 |
May sound too kiddie. But, I dont know how to setup the hardware environment for uploading my applications developed on Visual Studio 2005 to i-Mate K-Jam. Can anyone give me link to any site that describes this? Can anyone explain?
|
| Install dll into services.exe in Windows Mobile 5.0 PPC Emulator | 25 May 2006 16:08 GMT | 3 |
I want to install a dll into services.exe. I use the sample TSInst.exe and TickSrv.dll from "Programming Microsoft Windows CE .Net" to configure the registry under the HKEY_LOCAL_MACHINE\Services and reboot the O.S. to install the dll into services.exe in PPC 2003 Emulator and ...
|
| How can I change PDA's DisplayOrientation in VS2005 for Mobile 5.0 | 25 May 2006 02:06 GMT | 3 |
Use function ChangeDisplaySettingsEx can work on PocketPC 2003, but it can not work on Moblile 5.0. Have another way to change PDA's Oratient on Mobile 5.0?
|
| Installation warning | 24 May 2006 22:02 GMT | 3 |
Environtment: Microsoft Visual Studio 8. I'm writing an application for several platforms (pocketpc 2003 SE, SM2003..). When I install my application on a PocketPC 2003 device (e.g. Qtek S100 or HP 6515) I get an installation warning (something to do with
|
| how to enbale logging ? | 24 May 2006 22:02 GMT | 1 |
How can we enable logging in a smart device application ? i.e. any action that happens on the device would be logged into a db or a log file !! ANYBODY REFERS ME TO AN ARTICLE DESCRIBING THAT< WOULD BE HIGHLY APPRECIATED !!
|
| License plate recognition on Symbol MC9062 | 24 May 2006 22:02 GMT | 3 |
In our company we have a bunch of MC9062 symbol to read barcodes to handle logistics movement inside an area. We developed a simple web application that is accessible by pdas via wi-fi that read barcodes, handle access, permission etc.
|
| autostart iexplorer when system boots after hard reset | 24 May 2006 22:02 GMT | 2 |
I'm trying to be able to autostart iexplorer. i put the shortcut in the windows startup folder but it disappears after a hard reset is performed. Can i get it to remain? thanks
|
| Checking for ActiveSync during Setup | 24 May 2006 22:02 GMT | 1 |
I'm in the final stages of building an application that will have a WinForms component and a Pocket PC component. In the Setup file I want to check for the presence of ActiveSync on the Desktop and if not present, install a copy. What's the correct thing to check for to make ...
|
| Accessing iPaq 6315 Camera | 24 May 2006 20:25 GMT | 2 |
Im using a iPaw 6315 with PPC 2003 and any help on getting function prototypes for the hpcamapi.dll would be great! i was able to extract the exports and generate a .def and .lib file, but having the function exports (.h) would really be nice..
|
| Error 87 when CeSeekDatabaseEx with CEDB_SEEK_CEOID | 24 May 2006 19:30 GMT | 1 |
a few days ago I asked why I was getting the ERROR 87 when writing a EDB record with a empty FILETIME field and get back that was 'ommited from the docs'. Now I´m having a similar problem with the CeSeekDatabaseEx funcion,
|
| SetFilePointer too slow??? | 24 May 2006 19:20 GMT | 1 |
I have written a dll code in EVC 4.0 where in one of my exported function makes heavy repeated calls of SetFilePointer. On careful examination I found out that this function is making the entire function operation drastically slow.
|