| Thread | Last Post | Replies |
|
| Real Mouse Coordinates? | 06 Oct 2006 19:06 GMT | 1 |
I get the mouse coords limited to 320x240. I think because of GAPI, but I have a VGA screen (not I, a user has). How can I get the _real_ mouse coordinates? GetCursorPos() ?
|
| How to replace default dialer in WM5 phone ed. by our own dialer ? | 06 Oct 2006 16:13 GMT | 1 |
How to replace the default dialer (ex : when clickinh green button) by our own dialing program ? Thank's by advance Best regards
|
| Pocket outlook Contact ItemID and Active Sync | 06 Oct 2006 12:34 GMT | 4 |
Does the Pocket Outlook Contact ItemID get transferred via Active Sync? If so, where is the Pocket Outlook Contact ItemID stored in Desktop Outlook? If not, is there any way to find a Pocket Outlook Contact ItemID in the Desktop Outlook after an Active Sync is performed?
|
| turn off PDA | 06 Oct 2006 12:03 GMT | 3 |
Does anyone know how to turn off or power off the PDA programmatically using C#? i have this program that when it detects the PDA is below 20 percent, it automatically turns the pda off. I really need this one and has been searching for a code for this one but has not been ...
|
| PDF Library for c# | 06 Oct 2006 08:15 GMT | 2 |
I would like to create pdf report from a pocketPC app done in C#. Is there a library for this ? Thanks John
|
| New Googe Group Software Development Wanted | 06 Oct 2006 03:22 GMT | 1 |
Software Development Wanted For Developers, Employers, Sellers, Marketplace, Companies, Jobs, software Wanted, software for sale, software needed, custom Software, sharware, freeware, pocket, handheld, and tablet software, new compilers, code and
|
| SIP (InputPanel) Enter Key in WM5/PPC2003 | 05 Oct 2006 23:09 GMT | 2 |
The SIP Enter Key seems to have different behavior in WM5 than it did in PPC2003. 1) In Owner Information: a) PPC2003: tapping SIP Enter in single-line textboxes closes the form; SIP
|
| Enter Key and OK Button in WM5... | 05 Oct 2006 23:05 GMT | 3 |
Our C++/MFC application was originally built in EVC++ 4, and deployed to PocketPC 2003 devices. Now, we build a second set of bianries using DevStudio 2005, and deploy to WM5 devices. The ENTER key used to trigger a CDialog::OnOK() call in PocketPC 2003. But
|
| Win message on Window Mobile | 05 Oct 2006 21:57 GMT | 3 |
I would like to know all win messages (WM_XXX) on Windows Mobile. Where i can find these messages? I have tried on MSDN but i only found several message. thanks,
|
| How to get miliseconds in .NET? | 05 Oct 2006 18:54 GMT | 2 |
I want to know how long a function has to execute. Therefore I have to have miliseconds. How can I do that? Thanks James
|
| Read if PocketPC or Smartphone? | 05 Oct 2006 14:08 GMT | 4 |
How can I read if the device I am running on is a PocketPC or a Smartphone? Thanks James
|
| Http requests/responses | 05 Oct 2006 01:44 GMT | 4 |
I have been searching for a NON-3rd party library for the pocket pc that can be used to send and receive HTTP requests and responses. Does anyone know or have experience with such a library? Thanks,
|
| ActiveSync and Cassini web server | 05 Oct 2006 00:51 GMT | 1 |
We have a pocket PC application with its own DB which we synchronize to the desktop DB using webservice. Currently we have 2 challenges 1) Making the synchronization more user friendly 2) Use Cassini web server instead of IIS (assume we have a valid reason
|
| custom property and Active Sync | 04 Oct 2006 22:44 GMT | 2 |
using Microsoft.WindowsMobile.PocketOutlook; I add a custom property to a contact and assign a value. Contact myContact = new Contact(); myContact.Properties.Add("customProp");
|
| Load image from memory | 04 Oct 2006 21:23 GMT | 3 |
I'm developing a PocketPC app in VS2005 C++, I have a png image as a byte array, because it is stored within a file and when extracted comes out as byte array. How can i get a HBITMAP handle from this memory array?
|