| Thread | Last Post | Replies |
|
| DCB for Hyperterminal | 17 Apr 2007 19:03 GMT | 11 |
I've got a serial to bluetooth adapter plugged into the back of my PC. To test, I want to communicate with my PC using Hyperterminal from my Pocket PC. My Pocket PC can send text, but it never receives anything. It just calls
|
| Listview | 17 Apr 2007 17:31 GMT | 6 |
How I can add items to the listview dynamically.
|
| I need a bunch of PDAs, acer n311? Ipaq? | 17 Apr 2007 17:31 GMT | 14 |
I need around 20 PDAs for a project. I was thinking of using the Dell Axim x51v (I have one) but those aren't available anymore. Someone recommended the Acer n311 but I can't even find a place to buy one in the US after a quick look.
|
| pull table with NULL values | 17 Apr 2007 16:47 GMT | 2 |
I'm trying to do a pull from my sql server to my handheld database: and if there is a column in the source sql server that is NULL I'm getting an error on my pull: code:
|
| sms, mms, IrDA and bluetooth notification. | 17 Apr 2007 13:15 GMT | 2 |
How do I get sms, mms, IrDA and bluetooth notification on Windows Mobile 5.0 Pocket PC emulator ???? If any sample code, provide it. Reply
|
| Show a loading cursor, like the ActiveSyn icon in winodws mobile 5 | 17 Apr 2007 10:48 GMT | 1 |
I have a question, is it possible to show a loading icon (ActiveSyn icon) when the page is loading? How to achieve that? Thanks. Regards,
|
| Questions about CONNECTION MANAGER usage | 17 Apr 2007 09:11 GMT | 2 |
Hi, everyone Recently I have a job to write an app that can transfer data packet over CSD channel on the WM5 PDA. At first I want to develop this app using TAPI, and soon I find it
|
| Stretchblt issue | 17 Apr 2007 05:25 GMT | 4 |
I have an issue, while trying to zooming the captured image. I am using BitBlt method to copy the device context of the window to the memory DC(CDC). m_MemDc.BitBlt(0, 0, m_iWidth, m_iHeight, pDC, 0, 0, SRCCOPY);
|
| How to write Boot Messages on the device screen | 17 Apr 2007 05:05 GMT | 3 |
Hi All, I have a query ..... am using the pocket pc running on windows mobile 5.0 when i boot up my device, i print some boot messgaes on the hyperterminal
|
| EVC4 problem | 16 Apr 2007 20:27 GMT | 1 |
Dear all, I have EVC4 with SP4 installed in my computer, also I have Visual studio 2005 with the following SDKs Pocket PC 2003 SDK
|
| sscanf_s on Pocket PC | 16 Apr 2007 20:24 GMT | 1 |
Perhaps this is a silly question but I'll ask anyway. Where can I find sscanf_s for Pocket PC? The MSDN help says that sscanf is deprecated in favor of some "more secure" versions, but the Windows Mobile SDK does not seem to contain them?
|
| SD card in emulator? | 16 Apr 2007 20:07 GMT | 2 |
I'm testing an app (Dotnet 2.0) and I can't see how to get the emulator (WM5) to emulate a device with an SD card. Any help appreciated.
|
| beep with cf framework 2.0 | 16 Apr 2007 14:20 GMT | 3 |
i would like to create a "beep" like that: Declare Function Beep Lib "kernel32.dll" (dwFreq As Integer, _ dwDuration As Integer) As Boolean but the PocketPC don´t like this.
|
| Help - registering directshow filter in Pocket PC device | 16 Apr 2007 12:40 GMT | 9 |
can anyone help me how can we register the directshow filter( transform filter) in Pocket PC device. In system, we can register it via Regsvr32 i.e.regsvr32 <full path of target> but how can i do the same in device...
|
| Error when checking for null values in SQL Mobile | 16 Apr 2007 02:53 GMT | 1 |
I currently hit an error when trying to retrieve an empty data field in SQL Mobile using c#. Pls see below for my codes extract. if (reader["CHKLST_SCORE"] != null) {
|