| Thread | Last Post | Replies |
|
| WM 2003 app only runs once on WM 5.0? | 13 Feb 2006 15:18 GMT | 3 |
Does anyone know why a WM 2003 application will only run once on a WM 5.0 device. I have to re-install the program (or reset the device) to run the app again??? I cannot figure out what exactly I am doing incorrectly. Any help would be
|
| processId of process accessing a file | 13 Feb 2006 15:04 GMT | 5 |
is there a way to determine the processid of a process accessing a file?
|
| _tfopen() problem | 13 Feb 2006 14:42 GMT | 1 |
I'm building an application for Pocket PC's , and i want to save data in a file in a specified path.I'm saving the file like this FILE *f = _tfopen(TEXT("profiles.txt"),TEXT("a"));Can someone provide a method or aexample on how to specify a certain path , like for example :
|
| Please help! Cannot add data connections in VS2005 with SQL 2k5 | 13 Feb 2006 14:40 GMT | 1 |
This is a very simple but frustrated situation: 1. I am running WIN SBS 2k3 with SQL Server 2005, VS 2005 and MS SQL server management studion express installed and working properly 2. Open VS2005, and create a new page for testing some ASP.NET code.
|
| running application when system is in power off mode | 13 Feb 2006 14:39 GMT | 1 |
Is there any way to run my application when the system is in power off mode? It need not be a straight forward way but what could be workaround? Many thanks, Prashant
|
| stl-streams | 13 Feb 2006 11:01 GMT | 1 |
I've found the minimal stl by Giuseppe Govi [1] very useful. But the stl is lacking support for streams, for example stringstream. Although the cout/cin are not used in windows ce, stringstream would be very useful. I'm not sure, but perhaps everything in ios, except the console ...
|
| Handling WM_LBUTTONDBLCLK in nonMFC dialog | 13 Feb 2006 09:29 GMT | 2 |
i need to handle WM_LBUTTONDBLCLK message on a list view control of my dialog. I've read that window has to have CS_DBLCLKS style to get it work. I've tried to use SetClassLong as well as SetWindowsLong for both dialog and list view, but without any success.
|
| Wait cursor after closing program, never goes away | 12 Feb 2006 15:56 GMT | 4 |
My pocket pc app uses VB.Net 2005, and Pocket Sql Server 3 (2005). The minimize box is set to False so I get an OK in the upper right corner. When I click OK the program seems to close BUT the WaitCursor comes up on the screen and does not go away until I start some other ...
|
| DirectX flicker | 12 Feb 2006 11:28 GMT | 1 |
I'm developing a game on Mobile 5.0, with Mobile DirectX, and for some reason I'm getting constant flicker when updating the display. My main routine is : do {
|
| How to do GDI Drawing in the Picture Box? | 12 Feb 2006 01:40 GMT | 1 |
I have couple PictureBox controls in my form. I would like to do some GDI+ drawing on the PicutreBox controls but looks like some of the features are not supported in CF 1.x. I have the following code and got a Function Not Support
|
| change Window back color? | 11 Feb 2006 19:25 GMT | 1 |
I want to change the back color of windows on my PPC WM5. I looked around and found this link http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wceshellui5/htm l/wce50conCustomizingSystemColors.asp I tried changing the registry key and the value Corresponding to
|
| Toggle OK button upper right corner | 11 Feb 2006 04:09 GMT | 1 |
I have detected the WS_EX_CAPTIONOKBUTTON extended style that give me a window with an OK button in upper right corner of screen. Is it possible for same window to sometimes have the OK button and sometimes don't have it?
|
| Program Icon | 10 Feb 2006 20:38 GMT | 2 |
I have written a pocket PC app using eMbedded VB 3.0. How can I change the Icon of the app when it displays in the program window? Thanks, Rick
|
| Transmition by Irda | 10 Feb 2006 13:15 GMT | 2 |
Hello everyone, I need some help to transmit a plain file to a Pocket PC (hp iPAQ hx2400) using the Irda port. I need to know how this port is called in the OS to take the information received by the iPAQ and create the file that I need.
|
| Accessing files present on Pocket PC from desktop and vice-versa | 10 Feb 2006 13:05 GMT | 3 |
I need to download a file from Desktop(windows XP) to my Pocket PC(Windows CE .NET 4.2). and after doing some processing, I should be able to upload the same back to desktop. I am connecting my pocket PC to my Desktop using Active sync via USB port
|