| Thread | Last Post | Replies |
|
| WCF Device Communication | 30 Nov 2008 22:50 GMT | 3 |
can anyone please tell me if there is a WCF newsgroup. I am posting here as we are struggling to connect a Windows mobile device to our WCF windows service. Is there anyone here who can help?
|
| pocket pc email | 30 Nov 2008 21:04 GMT | 1 |
I have combo system which uses both a pc and a hand held pc (Windows mobile 5. 0). On the desktop pc I can send email generated by my program. Can any tell me if it is possible on a pocket pc? I am using Visual Studio 2005 professional.
|
| ObjectDisposedException | 28 Nov 2008 12:28 GMT | 1 |
When I close my application I get an ObjectDisposedException. What I see, is that I receive a resize event for a form that is already closed. I use the ShowDialog() method of the form and when I come out of this method (by calling Close() after the user clicks a button on the ...
|
| Put a check mark on a softkey menu bar button | 27 Nov 2008 22:14 GMT | 6 |
Is it possible to have a check mark next to the text on the left button in the softkey menu bar? I'd like the button to behave like a checkbox. Once pressed, the button would change its state to checked, and once pressed again, the check mark would disappear.
|
| Button always visible | 25 Nov 2008 21:44 GMT | 3 |
Hi group how do I make a button that is always visible, and that appears inside the titlebar of other aplications ?, for PPC 2003 and later editions.
|
| API hook question | 24 Nov 2008 18:18 GMT | 6 |
I am working with the CE API hook method and I want to hook the API which is called when an event from external device comes. and I hope to know the device type.
|
| GPS Solution | 24 Nov 2008 16:45 GMT | 3 |
Hi there, iam looking for a small piece of code, to read out the build in gps data (current position ) and send this with a sms or give it to a webservice. could you help me ?
|
| Focus tracking | 22 Nov 2008 01:34 GMT | 1 |
How to detect when a combo box loses focus in a native C application?
|
| Move and resize a combobox to the size of a button | 22 Nov 2008 01:34 GMT | 1 |
I need to put a combobox in the same place as a button, and I want it to have the same size too, so I do: HWND ctl, combo; RECT rect;
|
| Connection Manager questions | 21 Nov 2008 21:44 GMT | 3 |
I'd like to know if anyone can help me with some connection manager questions. 1) I have noticed that if both Cell and WiFi are turned on, and you request a connection from the connection manager, Cell is always
|
| Can't lock/disable some of the hardware buttons | 21 Nov 2008 19:46 GMT | 6 |
We are developing a heart arrhythmia detector software which runs on PDAs with Windows Mobile 5.0, 6.0 and newer. Since PDA device with our software is given to patients to monitor their heart in the real time, we can't let them press the device's buttons which could start some ...
|
| How to get focused edit control's handle? | 20 Nov 2008 15:07 GMT | 7 |
I am trying to get handle of edit control, which is currently focused. I tried to use GetForegroundWindow, but it retrieves handle of top level window, so that's not what I needed. My program does not have window which can have focus, so GetFocus returns
|
| Today Screen Device Query | 19 Nov 2008 20:48 GMT | 1 |
I've been working on a plugin on and off for a while now. It worked, but I'm trying to tune it up and tweak it a bit. Basically my question is simple, though somehow i doubt the solution is. All I want to know what the height of my plugin is (or should be). Just my
|
| Reading pim.vol / EDB-File on a PC | 19 Nov 2008 17:03 GMT | 12 |
I want to read the data from a pim.vol-file on a desktop-Computer. (In my case, this file is from a PDA running Windows Mobile 05) What I already know is: - pim.vol contains all contacts, Appointments and Tasks
|
| Disabling the power key in Windows mobile device | 19 Nov 2008 14:41 GMT | 2 |
I am trying to disable the power key in windows mobile version 6.0 while my application is running. The user should not be able to turn off or turn on the device. Those functionalities should happen by programming using C# codes. Could someone please help me with that? Is there ...
|