| Thread | Last Post | Replies |
|
| Minimizing an Dialog based application in Windows Mobile 5.0 | 12 Jun 2008 00:29 GMT | 1 |
i want to minimize an dialog based application in pocket pc . i tried using showwindow(sw_minimize) but it does not work is there any other api to achieve the same .
|
| Data not showing up in DataGrid | 12 Jun 2008 00:28 GMT | 1 |
Hi I have been trying to populate a data grid on a Windows CE 6.0 target with the following code: public void populateDataGrid()
|
| How to reboot the system | 11 Jun 2008 17:26 GMT | 2 |
Hi to all, I'm using WinCE5.0 and emVC++4.0 and I need to reboot the system. I tryed with "ExitWindowsEx(EWX_REBOOT, 0);" but when I compile the project it give me the follow error:
|
| Speed up the read/write performance | 09 Jun 2008 22:06 GMT | 1 |
i want to write an apps that can be write and read very fast in mSD or NAND Flash device. When I use the ReadFile/WriteFile api in WINCE6.0, i found the speed
|
| Sleep and Resume application | 08 Jun 2008 02:36 GMT | 2 |
I am trying to make a simple test application that makes a WM device sleep and resume continuously. I made a routine for sleep with the API, SetSystemPowerState, but I can't find the API for wakeup in several hunders seconds after sleep.
|
| full screen | 06 Jun 2008 00:00 GMT | 1 |
HOW do I create a process with fullscreen mode? I use CreateProcess Thanks in advance Miky
|
| gmtime, localtime, ANSI-C compliance? | 05 Jun 2008 21:46 GMT | 9 |
I am trying to port some native C++ code to PocketPC, and I am running into some unexpected problems. This is my first native C++ PocketPC Project. I am using Visual Studio 2008. One problem is that I can not find how to use gmtime/localtime
|
| Get DIB bits | 05 Jun 2008 13:58 GMT | 1 |
i want get the bits form DIB bitmap. in EVC4.0,only can use CreateDIBSection to get . but use this API is very slow,
|
| CELLCORE | 05 Jun 2008 12:08 GMT | 1 |
How do I build the CELLCORE.DLL for wince5.0 ? Thanks in advance Miky
|
| Error with CArray, CMap | 02 Jun 2008 08:44 GMT | 1 |
I am creating an application in VC++4 on Win CE5. The application is for a smart device with ARMV4I CPU. The code is compiled under the device SDK. In the below code, I try to write all objects passed in an CArray object. The error that I get is also mentioned below.
|