| Thread | Last Post | Replies |
|
| how to close GPRS connectino immediately | 13 Nov 2007 16:25 GMT | 1 |
I try to provide a generic solution to close GPRS connection. Please give me some help. 1. My application use ConnectionManager to establish GPRS connection. See the code below:
|
| PDA Bluetooth serial connection | 13 Nov 2007 15:03 GMT | 1 |
Can anyone help me with these questions? 1. How do I let my PDA communicate with other devices (ex. PC) via bluetooth? 2. Do I just need to connect to the port assigned to the Bluetooth or do I still have to add additional codes?
|
| Using Winsock to communicate with mobile device | 13 Nov 2007 12:47 GMT | 2 |
Has anyone got any references on how to 'talk' to a WM6 device using Winsock and UK's O2's mobileweb Cheers Nigel
|
| Setting date on WM5 device from PC | 13 Nov 2007 10:50 GMT | 1 |
Does anyone know of a way to update the date on a docked WM5 device from an application running on the PC? I can find reference on using coredll to set the time from an app on the device, but not from a connected PC. I'm assuming there is a way since ActiveSync has a flag to ...
|
| Extract _setup.xml from CAB file | 13 Nov 2007 10:44 GMT | 1 |
I'm looking for a way to programmatically extract the "_setup.xml" file from a CAB file. I'm ultimately trying to dig out the Provider and AppName values for the CAB. I've seen several posts that suggest extracting the
|
| Detect an imminent device switch off (WM6 Prof.) | 13 Nov 2007 09:08 GMT | 1 |
Hi everbody I need to detect that a mobile phone (running Windows Mobile 6 Professional) is going to be switched off so that my program written in .NET CF 2.0 can interact accordingly (send a message to a server). Having done some research
|
| passing file via bluetooth | 13 Nov 2007 09:03 GMT | 1 |
How can I pass file via bluetooth? In the Pocket PC examples I have only found passing chars via bluetooth: iBytesSent = send (m_socketClient, (char *)szMessage, iLenMessage, 0);
|
| How to get text user input into HTML form of notification | 13 Nov 2007 04:01 GMT | 3 |
Nofication's pszHTML value is below: <html><body onunload=stay()> <form name=theform method="POST" action="submit"> <input type="text" name="aa" id="aa" value="" size=20 >
|
| GetColumnValueAtRow is not a member of ... | 12 Nov 2007 22:28 GMT | 1 |
I'm using a Dell Axim x51 with WM 5.0, using Vista OS with Visual Studio .NET 2005 Pro, .NET CF 2.0 SP2, and the Vista Windows Mobile Dev Center. I've got this WM 5.0 application and it works great ... I have a datagrid, and now I want to color a row.
|
| Light weight grid control for PPC | 12 Nov 2007 21:59 GMT | 3 |
Has anyone used a good grid control for Pocket PC that could be used from C++ / MFC? Thanks. Timothy Dean
|
| Remote display/control PDA | 12 Nov 2007 21:20 GMT | 4 |
Is it possible to show the display from the PDA on the PC - and remote control?
|
| Cab on CE Device | 12 Nov 2007 19:54 GMT | 3 |
Until now we supported only PPC and SP for our application. Its a one-for-all application which is running with the same exe on both systems. So we created a SP-Cab. Now we are also supporting WinCE (4.2 and up), with the same exe. But a
|
| SQL server ce Performance | 12 Nov 2007 19:19 GMT | 4 |
can anyone give me some advice. If i want to simply read a record in whats the best command to use for fastest performance. Im currently using sqlcecommand and sqlceresultset thanks
|
| GDI/XAML & Alpha Blending | 12 Nov 2007 17:17 GMT | 1 |
Hey gang. I have been really wanting to render some simple XAML for button / UI styling in Windows Mobile apps and I'm not sure if this is coming any time soon or not to the CF so I have a few questions.
|
| Memory Leak in WinCE 5.0 | 12 Nov 2007 17:10 GMT | 2 |
Hi, I've found some previous similar stuff on this, but it's of no real help. I have a WinCE app (embedded Visual C++ 4.0, WinCE 5.0) that uses WriteFile to output data to a com port. The CreateFile is done at
|