| Thread | Last Post | Replies |
|
| for MSFT: question about WM_KEYDOWN and WM_KEYUP messages | 30 Dec 2005 05:09 GMT | 1 |
there seems to be a major inconsistent mess in the way all the Pocket PC and Smartphone devices handle WM_KEYDOWN and WM_KEYUP messages for the various hardware buttons (e.g. D-PAD keys) on the device. on each device (from 2000 to WM5 included):
|
| LSP issues on WM5.0... | 29 Dec 2005 20:22 GMT | 1 |
I have few questions related to LSP on WM50: 1. SSL LSP and Auto_bind lsp have no ORDER key in the registry, it means any one of them can load on the top. But I always see that Auto_bind getting loaded at the top of SSL LSP. It may be some magic done by MSFT internally.
|
| CPU busy | 29 Dec 2005 19:41 GMT | 5 |
How can I develop a simple application that uses CPU all the time? Maybe something like this: while (true) 8.3213812328932365 / 34.654232321896;
|
| PHONE EDITION | 29 Dec 2005 13:36 GMT | 6 |
I have a problem: sometimes when I'm using a Pocket PC S.E. *PHONE EDITION* device and my navigator program (installed on it) and I can't phone or receive a call or I can't hear the audio during a conversation! I don't know why but with *PHONE EDITION* I have this kind of problem ...
|
| Problem in Camera API | 29 Dec 2005 07:49 GMT | 1 |
I am new in pocket pc development. I hope you all can help me. I am just install visual studio 2005 in my computer. Is that VB 2005 allow me to call camera api because i cant see Microsoft.WindowsMobile.Forms in my Visual Studio 2005. What should i do so that i can call the camera ...
|
| Need help with NDIS passthru example(PB 4.2) on PPC | 29 Dec 2005 05:44 GMT | 2 |
I spent a lot of time on this, any help would be very much appreciated! I got the example working on the standard emulator by generating an image and integrating the example into the image. Unfortunately, I can not repeat that process for the PPC emulator that ships
|
| UDP not working in cradle test | 29 Dec 2005 05:39 GMT | 1 |
I have an application that uses UDP comms, but I am UDP is not working at all when running the program in the cradle (connected via USB). TCP works fine though. Anyone know why this is? Also, when connected via cradle, it does not seem possible to access the
|
| why vs2005 compiled size smaller than ev4 | 29 Dec 2005 05:15 GMT | 2 |
Compared with ev4 compiled exe, vs 2005 reduced about 102K and the previous size is 1.13M. Why? I use the Pocket PC 2003 ARMV4 with vs2005 and PPC 2003 SDK with EV4.
|
| Max number of ports? | 29 Dec 2005 03:21 GMT | 1 |
How many ports are available on Windows Mobile OS? Is it 65536 or something else? What values can be set up as my TS port, and is 0 (zero) included?
|
| CString::Format bug in VS2005 | 28 Dec 2005 15:26 GMT | 2 |
I have "ported" an app from eVC4 to VS2005, and everything compiles and works somewhat OK. But there seems to be some changes in the CString::Format method. 1. It is limited to 1025 characters. Any longer, and it truncates. If I just add several strings to eachother using '+', ...
|
| Get Wireless Signal Strength | 28 Dec 2005 14:42 GMT | 1 |
Is there any way to get the wireless signal strength, without using the opennetcf framework ? Any API ? Thanks. Manu.
|
| Application doesn't start in debugging mode (VS2003+WM2003SE) | 28 Dec 2005 08:50 GMT | 2 |
Hello NG, I hope this is the right newsgroup for my question. I'm developing a Windows-application for PocketPC (Windows Mobile 2003 SE) in C# with Visual Studio 2003. In the beginning debugging was no problem but
|
| GPRS / 3G connect api | 28 Dec 2005 05:13 GMT | 1 |
Is there a way to make a connection using PPC 2005 SDK. ie same as doing send and receive in internet explorer. Cheers STeveW
|
| Convert EVC3 project to VS 2005 | 28 Dec 2005 02:29 GMT | 1 |
I'm trying to convert a EVC3 project (C++ for Pocket PC 2000) with VS 2005. My problem is that the solution platform contains only PocketPC 2003 and SmartPhone 2003 with ARM processor. I can't see X86 platform (emulator). Is there a way to add those platform to the new VS 2005
|
| Wait until control panel closes? | 27 Dec 2005 23:44 GMT | 2 |
i'm just wondering if there is a way i can wait my program until user close the cpl? CreateProcess(clock&alarms..., &pi) WaitForSingleObject(pi.hProcess, INFINITE); // doesn't work
|