| Thread | Last Post | Replies |
|
| Com port for smartphone | 31 Aug 2007 18:08 GMT | 6 |
How to create a Com port for a smartphone in a PC when connecting the smartphone to the PC through USB port? I want to use the Qualcomm QPST tool through the Com port. I know the HTC smartphone has a DMRouter to do this function. I want to know
|
| Connecting to the internet | 30 Aug 2007 15:22 GMT | 2 |
Hi, Newbie question. I have written a native VC++ WM5 prog that accesses the internet via wininet. What code do I need to establish the connection in my program?
|
| Add control | 30 Aug 2007 13:47 GMT | 1 |
How can I add new control to the existing contact application(WM6 smartphone).
|
| HTC Excalibur (T-Mobile Dash) emulator | 29 Aug 2007 18:16 GMT | 2 |
Does anyone know if HTC has emulator's for their devices? One of our users is reporting a bug on the T-Mobile Dash that we can't repeat with our Smartphone and we can't repeat it with the generic WM 6.0 emulator. I have used the Motorola emulator for the Q and I was hoping that ...
|
| Query IMEI via OMA DM | 29 Aug 2007 16:18 GMT | 2 |
Is it possible to query a WM terminal for its IMEI via a OMA DM get command. If possible, then please write the path to the IMEI in the DM MgmtTree.
|
| Warning: Audio buffer timing is not reliable | 28 Aug 2007 15:31 GMT | 4 |
I have discovered a disturbing fact in Windows Mobile phones. If you write an audio input application using waveIn, etc., the buffer timing is not what you might expect. For example, I am developing a piano tuning application that listens at 22050 samples per second. I was using ...
|
| how to set the background of listview using home theme color | 27 Aug 2007 09:53 GMT | 2 |
How to set the background of listview using home theme color? such as contacts list window background. Can't find the suitalbe params on MSDN. Thanks.
|
| Programming Hard Keys | 24 Aug 2007 21:50 GMT | 2 |
I am developing a mobile application and I would like to program the Hard keys like Make a Call (Green) and Hangup (Red) as OK and Cancel for my application rather than using the soft keys on the display. Can anyone point to me how to do this ? I am using native C++ for ...
|
| How to open a local file on emulator? | 24 Aug 2007 06:12 GMT | 1 |
I am a newbie. I want to open a file ( e.g. C:\project\test.txt ) and use the file. But when I run it on the emulator, it did not find the path. My code is: char chIniFile[MAX_PATH] = {0};
|
| Startup object | 23 Aug 2007 23:12 GMT | 3 |
I am working on an application for a HP iPaq hw6945. For several days I have been able to start / deploy / debug the app by clicking on the "Start Debugging" arrow on the toolbar. It would copy to the iPaq via ActiveSync and start the application. I could run the app from the ...
|
| What event fires when X is clicked? | 22 Aug 2007 20:05 GMT | 1 |
What Form event fires when the X in the upper right hand corner is clicked? My application has a "exit" soft key that contains an Application.Exit. This closes all the forms and the application. If they click X it seems like the form is not visible but it is still loaded. I think ...
|
| OMA-DM on Windows Mobile 6 | 20 Aug 2007 16:32 GMT | 6 |
Hello everyone, I am trying to demo OMA DM features of the WM6 device. I am using Windows Mobile 6 Professional Emulator to simulate the device. I am able to provision the emulator and get it to initiate a management session with the DM server, but for some reason the OMADM client ...
|
| SpecialDirectories.MyDocuments() | 20 Aug 2007 11:02 GMT | 1 |
in VB.Net "Microsoft.VisualBasic.FileIO.SpecialDirectories.MyDocuments()" yields a path name pointing to the MyDocuments directory. What is the equivelant in Win Mobile 5?
|
| OMA DM / SyncML DM on Windows Mobile 5 (WM5) Smartphone | 20 Aug 2007 10:28 GMT | 6 |
I'm trying to demo the OMA DM (Open Mobile Alliance Device Management) features of a WM5 Smartphone device, provisioning it with OMA DM server information and having the client initiate a management session with the server over HTTPS. However, I'm finding that although the ...
|
| Restart the device | 20 Aug 2007 06:46 GMT | 3 |
How do I restart the device by code? I use vb 2005 TIA Guy
|