| Thread | Last Post | Replies |
|
| Pocket Database Database Database | 31 Oct 2008 18:58 GMT | - |
Pocket PC WinCE 10 Catagory Database Very nice Pocket PC (WinCE All Vers), Mutiple Catagory database, stores Info in the following 10 catagories : friends, Business, Shipping, Retail, Email, WWW, Orders, Stock, See home Page below
|
| FileSystemPowerFunction | 30 Oct 2008 23:23 GMT | - |
When I write a file repeatedly onto SD Card and Suspend the sytem multiple times, eventually the system hangs. On investigating the issue, I have found that the call to FileSystemPowerFunction from PlatformSetSystemPowerState does not return during suspend.
|
| DataAbort on WriteProcessMemory() | 30 Oct 2008 23:21 GMT | 1 |
I have an application that is scraping the screen text from another process' window. So I'm using the VirtualAlloc() and WriteProcessMemory() APIs to accomplish this. Everything works fine when I'm scraping the text from something like a
|
| Vbasic & ldap_sslinit | 30 Oct 2008 16:09 GMT | 3 |
Does anyone knows how to open an LDAP connection over SSL with Visual Basic 6? Thanks,
 Signature Richard
|
| Windows Mobile 5.0 + ISO-8859-1 Encoding Issue | 30 Oct 2008 01:48 GMT | - |
I am writing a .Net CF 2.0 application that sends data to a mobile printer through a serial bluetooth connection. In order for the printer to understand the French characters the data needs to be encoded to ISO-8859-1 using
|
| Setting PDA Device Name using c# | 30 Oct 2008 00:56 GMT | 1 |
Does anyone know how to set the PDA Device Name using c#? Thanks
 Signature Johnson
|
| Target plaform THUMB vs. platform ARM... | 29 Oct 2008 16:20 GMT | - |
Friends, this post relates to a compatibility question I posted yesterday. I know know that my WM5 builds have a target plaform THUMB, as revealed by "dumpbin /headers RS-Mobile.exe". This build will not run on my PPC2003 devices. I know know that my PPC2003 builds have a target ...
|
| PocketPC 2003 browsing issue | 29 Oct 2008 11:38 GMT | - |
i've developed a mobile application in VS2005. It works fine with IE and open wave simulator. Problem comes with Pocket PC emulator2003. With Pocket Pc Emulator, i've followed the following steps: 1)Cradle from Device Emulator Manager,
|
| WM5 binaries on WM6 devices: generally compatible? | 29 Oct 2008 05:40 GMT | 5 |
Friends, this must seem too basic, but we only build binaries for PPC2003 and WM5, since our sole hardware vendor was shipping only those versions. (We use Symbol laser barcode devices exclusively, some with GPRS, some with Bluetooth, all with 802.11 support.) Symbol announced ...
|
| Disposing of an object before returning from method | 29 Oct 2008 03:36 GMT | 3 |
This is probably something simple but I just cannot put a finger on it right now. My brain hurts. [code] public static DataTable VDBSearch(string sql)
|
| USB Host on Windows Mobile 6 Pro? | 29 Oct 2008 02:43 GMT | - |
I have a USB scanner driver that works fine on Windows CE 5.0. This requires USB host support to be included in the platform configuration. That means it needs to link to usbd.lib and usbclient.lib. I then wanted to try to build a version of this driver for Windows Mobile. I
|
| QASetWindowsJournalHook() callback not working | 28 Oct 2008 23:38 GMT | - |
I'm working on a Windows Mobile 6 macro recording tool using the undocumented coredll exported API QASetWindowsJournalHook(). I can get the hook installed without any errors, but I do not get any response from the callback function. I've read several threads in this group
|
| modal dialog changes sizes spontaneously | 28 Oct 2008 22:18 GMT | 2 |
I'm attempting to create a Windows Mobile 5 application that runs as a floating toolbar on top of any running application. When the toolbar is first initialized, it looks like I would expect (a long thin window floating at the side of the screen). But, when I run another
|
| SEND SMS | 28 Oct 2008 19:19 GMT | 1 |
Hi..... I have a question.... I will want to send a SMS when I press the power OFF.... is possible to send a SMS first power OFF? Thanks
|
| What window flag adds a dialog title? | 28 Oct 2008 17:21 GMT | 1 |
I have a C++ WTL Windows Mobile application that creates a modal dialog. At the top of the dialog, just below the title bar, is a heading with a line underneath it. I'd like to make that go away, but I can't figure out what window flag enabled this feature. Obviously,
|