| Thread | Last Post | Replies |
|
| Getting Device Type ?? | 30 Nov 2005 22:00 GMT | 1 |
I am pinging few devices in a range and I get response from few of them... Out of them few are Windows NT machines and only one is Pocket PC running on Windows Mobile 2003 SE. How can I distinguish this device
|
| VS2005 WM5 C++ gets "not a valid Pocket CP application" | 30 Nov 2005 20:11 GMT | 9 |
I've been unable to get some unmanaged C++ code to work on WM5 with the evc4.0 compiler, so I bit the bullet and tried doing it with VS2005. I've been informed when you build C++ code for a Smart Device in VS2005 you get unmanaged code by definition, since you can't build ...
|
| getting a minimize button in dialog based apps to work | 30 Nov 2005 17:59 GMT | 3 |
I have created a dialog based app for my mobile 2003 device and I get an 'ok' button in the top right of the screen. If I press the 'ok' button my application closes. As a test, I created a document based app and there is a X in the top right corner instead of the 'ok' and ...
|
| How to create a menu bar in a dialog box ? | 30 Nov 2005 16:30 GMT | 2 |
I want to create a menu bar for a dialog box but function SHCreateMenuBar() fails and I don't find why. In WM_INITDIALOG I have the following code (and nothing before): SetWindowText(Hwnd,TITLE);
|
| detect GPRS connection | 30 Nov 2005 14:04 GMT | 1 |
How can i detect GPRS connection by an events ?
|
| Saving Registry | 30 Nov 2005 13:22 GMT | 3 |
If I want to have an option in my application that would allow users to save/restore registry I would use RegCopyFile (for object store registry) and RegSaveKey (for the hive-based registry). BUT - how can I find out is the registry on a particulary device hive based or object ...
|
| Change background color of bitmap | 30 Nov 2005 12:32 GMT | 3 |
I am creating a dynamic toolbar. Dynamically i am assigning bitmap to each button of toolbar. I want to change the background color of the bitmap placed on the button of toolbar.
|
| Camera preview (HTC-Universal) | 30 Nov 2005 10:34 GMT | 3 |
I would like to get the simplest thing to work on an HTC universal: Connecting the camera to the default renderer, so I can later introduce a filter between the camera and the renderer. The example for capturing works, the example for file play works, but
|
| what's wrong with this function?about "WebResponse()" in C# | 30 Nov 2005 05:04 GMT | 2 |
this function will post some data to the server, and then the server will send back some message, it is works in either winform or webform programs,but not in smart device programs. what's the problem?
|
| Hard Reset Question? | 30 Nov 2005 04:13 GMT | 15 |
Hi, Ok, let me explain what I have done first of all 1. Created a small program for Pocket PC 2003 2. Copied it to normal memory AND Flash memory for backup
|
| Question about SimWriteMessage | 30 Nov 2005 02:39 GMT | 3 |
I meet a issue when I call SimWriteMessage. I just try to get SIMMESSAGE object using SimReadMessage, and fill it back to SIM. I got a 0X80070057 error message. Then I try to fill SIMMESSAGE structure by myself, I have the same problem.
|
| Porting Application to WM2005 | 30 Nov 2005 00:24 GMT | 8 |
Anyone had problems with the new POOM API?. I have had problems getting oid's and also using the getprops and setprops of the IItem. When you save the item and get the oid and store it. The next time that you create a new outlook session and read the oid of the same
|
| Differnece between Windows CE .NEt 4.1 and 4.2 | 29 Nov 2005 23:44 GMT | 1 |
I use eVC++ 4.0 to develop for Windows CE. When a put the controls on the windows, they apperar different in Windows Ce 4.1 and 4.2 PDAs. In Windows CE 4.2 the controls appear lower in the screen than in 4.1.
|
| not able to debug on the device (emulator is ok) | 29 Nov 2005 21:03 GMT | 4 |
I am using VS 2005 and am attempting to debug my app with wireless capabilities on a Pocket PC with window mobile 2003. I can debug the app (minus the wireless stuff) in the emulator, but if I select 'Pocket PC 2003 Device' in the dropdown instead of 'Pocket PC 2003 SE Emulator' ...
|
| Quick Question about WM 5.0 and dialogs | 29 Nov 2005 20:27 GMT | 1 |
I just have a minor question that I do not really understand. I have an application that has all of the user interfaces for the program that I am running. In it, I open one dialog and from that dialog, I try to open another one. I have been running into a problem here. I am able
|