| Thread | Last Post | Replies |
|
| Application developed using WinMobile5.0 PocketPC SDK fails to sta | 29 Mar 2006 22:35 GMT | 3 |
I developed an application in MS Visual Studio using Windows Mobile 5.0 Pocket PC SDK. I copied this application to a Windows CE 5.0 device using ActiveSync. The application fails to startup and displays the following error: "Connot find 'helloworld' (or one of its components). ...
|
| How to hide the menu bar at the bottom of the screen | 29 Mar 2006 22:35 GMT | 4 |
I search the group, it seems no answer so I ask here and you may have solution: I created a fullscreen window that covers the whole screen, and I use 1) SHFullScreen(hWnd, SHFS_HIDETASKBAR | SHFS_HIDESIPBUTTON |
|
| Question regarding WM 5.0 PocketPC softkey | 29 Mar 2006 22:35 GMT | 5 |
Hi...All I'd like to develop an application to use new softkey feature in WM 5.0 PocketPC. I found some MSDN articles do it by SHCreateMenuBar() and editing resource
|
| RAPI and WM5 Security Policies | 29 Mar 2006 21:30 GMT | 2 |
we have an application for PPC that uses CE databases. We use these database will be prepared by a desktop program over RAPI and after data sampling we read them with the desktop PC from the mobile device via RAPI. Now we have a problem with a DELL X51V that we cannot open the
|
| LockFileEx() | 29 Mar 2006 20:16 GMT | 3 |
Is LockFileEx() already available at Windows Mobile 5.0 ? thanks,
|
| Problem in my Program | 29 Mar 2006 19:18 GMT | 1 |
private void DisplayInformation(object sender, GPSArgs gpsArgs) { RMC rmc = new RMC(gpsArgs.ReceivedMessage); //latitude
|
| USB COM port on WM5.0 | 29 Mar 2006 19:14 GMT | 5 |
Is the USB port still available as a COM port on WM 5.0 devices? From what I see, on WM 5.0 the mobile device has become an USB RNDIS device. On the PC, the mobile device connection appears as an Ethernet interface and ActiveSync is probably doing a network Sync. Found that I ...
|
| LAP implementation | 29 Mar 2006 18:16 GMT | 1 |
I'm porting an authentication application from 4.2 to 5.0 and thanks to Marcus Perryman's weblog, it is just simple. I managed to have it run on an emulator quickly, but, when I tried it on a real CE 5.0 device (both a qtek 9000 and a qtek 9100) I had some
|
| Implementing a clock. | 29 Mar 2006 17:30 GMT | 6 |
Hi, I have a simple dialog based app (Written using eVC++ for PPC 2003). At the top i have implemented a digital clock using a timer. It is in the format 00:00 (minutes:seconds) and the timer runs every 1000ms (1 sec).
|
| how to implement mouse leave events | 29 Mar 2006 15:24 GMT | 1 |
How i can implement mouse leave event for a picturebox control? since pocket Pc only supports mouceup,mousedown,mousemove events.
|
| ActiveSync Remote Display for WM5 (AS 4.x) | 29 Mar 2006 14:54 GMT | 9 |
Does anyone have a suggestion for a replacement for the ActiveSync RemoteDisplay that (I suspect most of us) used long ago, and far away? Dick
|
| MSMQ with Windows Mobile 2005 | 29 Mar 2006 09:57 GMT | 5 |
I need to implement MSMQ in my application. I have gone through with the Marcus Perryman's WebLog : http://blogs.msdn.com/marcpe/archive/2006/02/01/522112.aspx link, but I m still getting serious error. I have VS 2005, and my test
|
| Application modal window | 29 Mar 2006 09:50 GMT | 2 |
How can I achive an application modal window (similar as MB_APPLMODAL for a message box, user must respond to message box before continuing work in "original window")?
|
| How to opening a GRPS connection. | 29 Mar 2006 08:21 GMT | 2 |
I've done a small application in C# that allows me to connect to a server and exchange some data. But when I run the same code on my QTek9100 I'm not able to connect through GPRS. My guess is that I haven't opened up the connection, but I have no idea how
|
| DirectX SDK | 29 Mar 2006 07:51 GMT | 1 |
I found out that Direct3d and DirectDraw API's will be made part of the v5 of Windows Mobile which were not previously part of Windows Mobile. Does anyone Know if the DirectX API's are made availble to Pocket PC 4.2? (Windows that runs on a PDA) Or what versions of Pocket PC (if ...
|