| Thread | Last Post | Replies |
|
| Verify which connection is active | 14 Feb 2008 21:45 GMT | 1 |
I would like to know a way to verify which connection is active in my pocket pc. I've developed a solution to download some files in a Ftp server, if I'm using the device with the usb cable the device will conect using
|
| CAB files and running processes | 14 Feb 2008 18:47 GMT | 1 |
I need to install a program with a CAB file, but that program is always running in the Pocket PC. Do you know if the install system is able to overwrite the existing file?
|
| Bluetooth HID | 14 Feb 2008 13:14 GMT | 4 |
Is there a way to offer Bluetooth HID as a service from a Pocket PC to another host? For example, I want to connect to a Sony Playstation 3 with Pocket PC 2003 as a HID over Bluetooth. Thanks.
|
| Wi Fi debugging | 14 Feb 2008 07:54 GMT | 3 |
Does anyone know how to debug using wi-fi on Visual Studio 2005. Are there any good links that explain how to do this? Thanks Harry
|
| Direct3D Mobile devices anywhere? | 14 Feb 2008 06:05 GMT | 12 |
I've been trying to find a single device that supports hardware-accelerated Direct3D Mobile, but all I've found is half-baked software-only implementations. Could someone please shed some light on how I can find Mobile 5 or 6 devices
|
| Displaying asian font glyphs on a "Western" PDA | 14 Feb 2008 02:10 GMT | 9 |
Is it possible to display East Asian glyphs (Chinese, Japanese) on a western based PDA. I have an application that works fine on a PC, and on WinMobile5 emulator with Japanese image. In the first case I use Arial MS Unicode or MS Gothic font. On Japanese image emulator I just
|
| Capturing stylus input anywhere on the screen | 13 Feb 2008 13:08 GMT | 1 |
I need to capture the stylus input, when the stylus is pressed anywhere on the screen (outside the bounds of my application), much like the "write anywhere" option of the transcriber. I was able to create a SIP (soft input panel) application, and I
|
| Problem with control panel applet | 13 Feb 2008 09:59 GMT | 4 |
am invoking the control panel settings through my code like string strFileName = "ctlpnl.exe"; string strArguments = string.Format("cplmain.cpl,{0},{1}", 6, 0); Process process = Process.Start(strFileName, strArguments);
|
| Popup Dialog in Pocket PC (custom / localized message box) | 12 Feb 2008 21:43 GMT | 8 |
How would I create a popup dialog in Pocket PC similar to the message box? I am aware of the fact that a modal dialog will fill the screen. How would I create a custom window that will popup up on top of the current screen? The reason I need to do this is to create a message box ...
|
| Suppressing searching in ListView control | 12 Feb 2008 20:32 GMT | 2 |
when some keys are entered in list view control it searches for an item beginning by entered letter. If item is not found some sound is played. I have special functions for digit keys, they act as 'hotkeys'. I don't want to list control started searching for an item on digit key
|
| ConnMgrEstablishConnectionSync | 12 Feb 2008 17:39 GMT | 3 |
I had this piece of code working perfectly before, but now it doesn't ZeroMemory(&datos_gprs, sizeof(datos_gprs)); datos_gprs.cbSize = sizeof(datos_gprs); datos_gprs.bDisabled = FALSE;
|
| PowerPolicyNotify(PPN_UNATTENDEDMODE,TRUE) doesn't have desired ef | 12 Feb 2008 16:53 GMT | 1 |
I have a .NETCF2 app written in C# that p/invokes into the native power API to set the power policy during execution of the application. The application needs to keep executing even if an attempt to suspend occurs. I discovered that PowerPolicyNotify() can be called to set a ...
|
| Sort of OT but serial port experts are here! | 12 Feb 2008 14:30 GMT | 7 |
I have been struggling with a problem on a program on XP where it is reading a serial port. If I send it "abc" it works, but if I send it "aaa" it doesn't. It sets bit 7 on every alternate character.
|
| Iterating Registry Values | 11 Feb 2008 16:37 GMT | 1 |
Is there any other recommended ways of getting a list of all the values for a registry key in Windows Mobile? I have a key with 65000 values in it, and it takes ages to get all the value names (using RegEnumValue and adding them a list). My understanding is
|
| FakeGPS | 11 Feb 2008 16:20 GMT | 9 |
I am trying to use FakeGPS utility provided with WinMob6 SDK. Either whoever wrote it did not know NMEA standard, or GPS_POSITION documentation is faulty. In the latter longitude and latitude are specified as being in degrees. FakeGPS passes a value that is not. It
|