| Thread | Last Post | Replies |
|
| Scrolling a dialog | 10 Dec 2007 20:34 GMT | 4 |
Can anyone point me in the direction of a sample which scrolls a dialog containing child controls? It seems a reasonable thing to do - but none of the sample projects demonstrate it.
|
| UMPC devices | 10 Dec 2007 17:32 GMT | 1 |
Are these devices powerful enough to run VS. What are the like for like speed comparisons?
|
| Vb.net programmatically open sip | 10 Dec 2007 13:24 GMT | 1 |
I am working on a Dell Axim x51 and WM 5.0. Visual Studio .NET 2005 PRO on Vista Home. Using Visual Basic .NET with the WM 5.0 SDK. I couldn't find any examples through Google, so I am hoping I can find an example to do what I want.
|
| Extracting Mobile Number | 10 Dec 2007 10:29 GMT | 3 |
Is there a way to get the Mobile number where the application is installed? Any APIs available? Thanks, Benny
|
| RIL and WM6 | 10 Dec 2007 10:26 GMT | 1 |
Why RIL_GetCellTowerInfo does not work in WM6? Before installation WM6 worked!
|
| How to disable the title bar | 10 Dec 2007 10:24 GMT | 1 |
I'm developing an application on WM6 pocket pc,my environment is visual studio 2005 MFC.when i create a application that based on dialog, windows mobile will always show a title bar even i disable the "title bar" property of the dialog. Is there any way that disable the title bar
|
| CameraCaptureDialog | 10 Dec 2007 10:23 GMT | 2 |
Hi NG, I am using the Net Compact Framework and the CameraCaptureDialog for taking photos. How can I automatically close the dialog after taking one photo?
|
| Window similar to "Select a picture..." from Pocket Outlook Contacts application | 10 Dec 2007 07:55 GMT | 2 |
Hi, everybody! Currently, I'm developing native application for Windows Mobile 5 for PocketPC, that should have a feature, similar to the one in Pocket Outlook Contacts application.
|
| ChangeDisplaySettingsEx | 09 Dec 2007 21:10 GMT | 3 |
i have this code and it works (if the device is in landscape it retrieves the display orientation ok): DEVMODE sDevMode = {0}; sDevMode.dmSize = sizeof(DEVMODE);
|
| DataGrid selected item value | 08 Dec 2007 19:54 GMT | 2 |
How can I get the selected item value for a datagrid? Best regards,
|
| help to catch notifications on ppc using imapisession::Advise | 08 Dec 2007 12:28 GMT | 1 |
have quoted the code below. Hope that anyone can give an idea to make it work in the pocket PC/Smartphone platform Hi, Here is a code to catch notifications on ppc using imapisession::Advise
|
| Windows Message problems on Today Screen Plugin | 07 Dec 2007 15:31 GMT | 6 |
I've having some trouble with windows messages, as in which ones to intercept and call for an invalidaterect. With my plugin visible I can pop up a message box and position it over my plugin briefly. When I remove the box, the plugin beneath it is a bunch of
|
| auto screenlock on power off? | 07 Dec 2007 10:29 GMT | 1 |
My HTC Wizard Pocketpc/Mobile phone has a "Lock" piece in the today screen. However, I sometimes forget to press it. Is there some tool or way to do this on poweroff? Maybe some way to do this programatically and the turn off
|
| WM5 to WM6 GPSID Problem on HTC P3300 | 07 Dec 2007 07:59 GMT | 32 |
I have been using the Windows mobile 5 GPS Intermediate driver sample kit for well over a year now successfully. I recently upgraded my HTC 3300 from Windows mobile 5 to Windows mobile 6. Now, the sample kit (and my software) will not get any GPS data.
|
| Multi-Select Listbox | 07 Dec 2007 00:27 GMT | 2 |
simple question ..... ppc wm 5.0 device (Axim x51) Visual Studio 2005 .NET Pro I created a form, added a listbox and combobox onto this windows mobile form ... can I select multiple items? Can I set the multi-select to true.
|