| Thread | Last Post | Replies |
|
| CreateFile() Smartphone 2002 and 2003 | 22 Jul 2005 23:25 GMT | 4 |
I'm trying to read sectors of the Storage Card on Smartphones 2002 and Smartphones 2003... I've tried to use CreateFile() as I do on PC but it fails and returns me an invalid handle with different error codes depending from the filename I
|
| Item selection in a ListBox | 22 Jul 2005 23:19 GMT | 1 |
I would like to know how it is possible to define the order of item selection in a list box (it means each time that I press the down cursor button). When I press the down cursor it selects the items by alphebitacal order
|
| Exception handling | 22 Jul 2005 10:10 GMT | 2 |
please givel me some example how i can use try catch in my code. how i can detect memory leaks. thanks vishal
|
| List of Windows Mobile 5.0 Devices? | 22 Jul 2005 09:32 GMT | 2 |
All: Anyone have a link/document that lists out the devices that currently support Windows Mobile 5.0? You would think MS would list this so it is easily found - but, alas, I've not had any luck on their site or via
|
| signing code | 22 Jul 2005 09:26 GMT | 8 |
When a binary is signed, where does the signature reside? In the binary itself? Would this mean that CE binaries always have a blank resource block that can be patched with a certificate or something? Lisa
|
| Modify IMEI | 22 Jul 2005 09:20 GMT | 5 |
does anybody know how to change IMEI by programming?
|
| Regard cab installer for Magneto | 21 Jul 2005 16:39 GMT | 2 |
Hei, everyone. i have generated a cab file, and it can be installed on smartphone 2003, but it report : Installation was unsuccessfull. The program or setting cannot be installed
|
| How to change profile in code? | 21 Jul 2005 13:36 GMT | 4 |
In an app I'm developing I want to switch the current profile. At the moment I simulate keypresses to the Quick App, but I think this is not very elegant and asking for trouble ;-) I noticed there is the registry key
|
| OwnerDraw listView-WM_DRAWITEM- not working | 21 Jul 2005 12:00 GMT | 2 |
Hi all, I have written a program for creating owner drawn ListView on a dialog box in SmartPhone 2003 using eVC 4.0. But the problem is that the WM_DRAWITEM is not working. Could anyone please help me out with this problem.
|
| Determine mobile phone operator from desktop | 21 Jul 2005 11:32 GMT | 1 |
I am developing a small application that runs on the device in conjunction with an application on the device. The application on the device has calls that would be invoked from the desktop using CeRapiInvoke. The device application will be signed for major carriers as some operators ...
|
| regarding wsprintf | 21 Jul 2005 11:27 GMT | 1 |
M using the following line of code in my program. wsprintf(msgNumber,_T("%s\n%s"),(LPWSTR)subject,(LPWSTR)numberName); And when i add this msgNumber in the list view control using ListView_InsertItem
|
| Adding submenu for smaprtphone app | 21 Jul 2005 11:20 GMT | 1 |
I'm using visual studio 2003/ smart device extension to develop a GUI for smartphones. When i get another Item to the Left/Right menu I get the following error:
|
| Serializing an Object and sending to a web service | 21 Jul 2005 00:42 GMT | 1 |
I have custom objects in my smartphone application that i wish to store and retrieve in an xml web service. I would like to know the best way to do this. Since this is the Compact Framework i'm aware that serialization isn't as straight forward.
|
| CSP and CM_GPRSEntries | 20 Jul 2005 14:41 GMT | 2 |
I am always in the GPRS settings quest ;-). I succeeded in gettings the GPRS settings using the CM_GPRSEntries CSP but it requires to know the name of the different connections. Do you have any idea on how I could retrieve the name of the GPRS
|
| Please help me make setup .inf for CAB | 20 Jul 2005 02:24 GMT | 10 |
I am trying to make a setup cab. I have looked for simple sample, but only found one for pocket pc. I tried modifying it for my own use, but when I install it, the phone asks me all kinds of questions as to where I wish to store this info, on the
|