| Thread | Last Post | Replies |
|
| File operation | 08 Jun 2005 08:13 GMT | 1 |
Hi riki Could u tell me how to make an help file for an application of smartphone. Step by step. Thnx in advance
|
| Device Driver Installation Procedure | 07 Jun 2005 20:13 GMT | 1 |
Could anyone please tell me how to find information on installing a custom device driver onto a SmartPhone? Also how about the installation procedure for any custom developped application? Your help is greatly appreciated. Best regards,
|
| Problems drawing a string | 07 Jun 2005 16:22 GMT | 3 |
I create a "hello world" app. But I want to be able to redraw the message displayed at the begining. So i reset the string located in the variable g_szMessage using LoadString and then I make a call to UpdateWindow. This UpdateWindow call is triggered by catching a timer event, ...
|
| Problem with the debugger | 07 Jun 2005 12:57 GMT | 3 |
I can't seem to run the debugger on the smartphone. I always get the messages: "The Platform Manager server failed." "Failed to connect to the device."
|
| incoming/Outgoing display | 07 Jun 2005 12:28 GMT | 3 |
How can i display my dialog box when an incoming or outgoing call is made instead of default display screen....I have already captured the incoming as well as outgoing but the problem is that my dialog get hide by the default incoming or outgoing display ........
|
| Path to place the files for smartphones | 07 Jun 2005 08:25 GMT | 2 |
I have got code for Pocket PCs. Now I have to change the same for smartphones. What changes should I do in order to make it work for smartphones also. For PPCs, below path is given. FileStream fs = File.OpenRead("\\Storage\\Program
|
| Smartphone .NET CF performance | 07 Jun 2005 03:42 GMT | 1 |
If I am developing a Smartphone application for a phone device running Windows Mobile 2003 SE, can I: 1. Use .Net Compact Framework to access the Camera API? 2. Use Web Services via .Net CF?
|
| How to dump/backup mobile rom ? | 07 Jun 2005 03:39 GMT | 1 |
Hi, I've got a SPV C 500 and i would to backup sytem files, i'm intresting in retreving a particular dll (HTCcamera1.dll) from the rom. But i'm can't download it with FileViewer (emc++ 4.0)
|
| MAPI Message problem | 07 Jun 2005 02:38 GMT | 2 |
I'm using the SDK example of sendmail to send mail with MAPI but I got 4 mails are created in all accounts(SMS,MMS,Outlook and another account). How to write the program code in order to distinguish the difference between these accounts?
|
| cab file | 06 Jun 2005 22:48 GMT | 1 |
hi plz tell me how to make a .cab file.
|
| idi file | 06 Jun 2005 20:23 GMT | 1 |
Hi all, i am trying to write a com server. but when i try to compile my .idl file, i am getting "Error executing midl.exe" error.
|
| regarding sim | 06 Jun 2005 16:55 GMT | 1 |
Hi! I'm trying to read the ICCID of the SIM card but my code returns an error. BYTE data[100]; hRc1 = SimInitialize(0 ,NULL, NULL, &hSim);
|
| How to turn on/off flight mode? | 06 Jun 2005 10:52 GMT | 1 |
|
| How can I know if the phone in flight mode | 06 Jun 2005 07:44 GMT | 3 |
Please, tell me.. How can I know if the phone is in the flight mode programmatically... Just give me some ideas, links....
|
| Why IHomePlugin::Initialize not called???... | 05 Jun 2005 16:49 GMT | 3 |
I write a simple ATL plugin for home screen. The plugin implements IHomePlugin and IPersistStream. In the log, I see IHomePlugin::SetSite and IPersistStream::Load are called, but never is IHomePlugin::Initialize called.
|