| Thread | Last Post | Replies |
|
| WidComm CPrintClient PPC2003 Link Err | 11 Apr 2007 10:02 GMT | 1 |
Don't know if anyone else has seen this problem, but I couldn't get the PrintClient class to link under 2003 .. problem was the declaration of Start - pszFile should be 'unsigned short const*' not LPCWSTR
|
| CBitmap GetObject help | 11 Apr 2007 09:50 GMT | 1 |
It has taken me a little time, but I have narrowed my problem down to CBitmap::GetObject. My application loads many images. The frequently used ones have been converted to bitmaps and are loaded as resources, but the rest are still in
|
| Getting the Running process | 11 Apr 2007 09:46 GMT | 3 |
Can any one tell me how can I get the processes which are running at any instance of time in my device.
|
| SHLoadImageFile problems. Alternative? | 11 Apr 2007 09:16 GMT | 4 |
I have a routine that loads images onto the screen of my Pocket PC. Some files have been converted to bitmaps so that they could be embedded into the resource file, but most of these are JPEG files that reside on the disk in a special folder.
|
| c# in pocket PC | 11 Apr 2007 02:14 GMT | 4 |
hi, i encounter some problem when trying to cast a type from the data reader. I tried to cast the results retrieve from database but it prompted me InvalidCastException which I dunno y. Pls see below for my codes extract. I am casting an object to a float. ITEM_WTG is a column in ...
|
| Does Pocket PC 2003 support .NET CF 2.0 | 10 Apr 2007 14:36 GMT | 2 |
I want to know whether Pocket PC 2003 supports .NEt compact framework 2.0 or is it possible to upgrade the default framework provided in Pocket PC 2003 from 1.1 to 2.0
|
| Change CPU speed of Loox | 10 Apr 2007 13:14 GMT | 4 |
I try to find a way to change the CPU speed setting of the Loox N520 or N560 programmatically. This is very important to make a quick WLAN connection after a powerup ( 4 seconds in normal, 8 seconds automatic).
|
| Customize icon on Explore a Bluetooth device screen | 10 Apr 2007 12:41 GMT | 1 |
I am writing an application that uses "Explore a Bluetooth device" screen for discovering my bluetooth device. I would like to change the icon for my bluetooth device in bluetooth device list. Could you tell me how to do it? Is it possible?
|
| book on pocket pc / phone, programming with windows mobile 5.0 & visual studio 2005 | 10 Apr 2007 09:17 GMT | 1 |
is there a book for programming apps for ppc with and without phones, for windows mobile 5.0, in visual studio 2005? i found a bk for smartphone programming, but not for pocket pc. i usually program for desktops in vs 2005 in vb. i downloaded the ppc mobile
|
| How to send and receive sms to ppc emulator | 09 Apr 2007 22:55 GMT | 3 |
I am writing an application for pocket pc emulator. I wanted some sample code which send and receive sms on ppc emlator. shraddha
|
| Fast file access | 09 Apr 2007 22:41 GMT | 2 |
I have tested the normal file read and it is slow. Even if I read form memory card the read is still slow and it takes around 500 ms to read around 300K bytes of data. I have tested the same with memory mapped files and the first access is also
|
| AddReg not creating registry key on Pocket PC 2002 | 09 Apr 2007 22:41 GMT | 3 |
I have a simple CAB file that installs an executable, creates a shortcut, and adds a registry key, targeting a Pocket PC 2002 device. The exe and the shorcut are okay, but the registry key is not being set. I have tinkered with the [RegKeys] entry, e.g. substituting 0x2 for ...
|
| CreateProcess function | 09 Apr 2007 22:41 GMT | 3 |
I'm attempting to user the CreateProcess function to dump application-specific registry keys on a Dolphin device using the HHP Regedit program (regedit command supplied by HHP). My .REG file gets created like it is supposed to. The problem is that my calling application ...
|
| push/pull question | 09 Apr 2007 22:40 GMT | 1 |
I'm creating my first windows mobile app for a pocket pc and I have a few questions 1) Is it possible validate the data was pushed and pulled to and from the pda?
|
| CAB file uninstalls immediately after installing | 09 Apr 2007 20:15 GMT | 1 |
Using VS2005 to create my SmartDevice setup project. It deploys, and then immediately removes the application just deployed. Then it displays "this program has been successfully installed". I can literally watch the file folders populate with files using
|