| Thread | Last Post | Replies |
|
| GetSystemTime | 03 Jan 2006 18:25 GMT | 3 |
In your opinion, why GetSystemTime return always the same value for wMilliseconds? TimerON=SetTimer(NULL,Timer_ID,(UINT)Timer_Interval,(TIMERPROC)TimeOut); //Timer_Interval=40
|
| compile to pocket pc | 03 Jan 2006 17:13 GMT | 1 |
I had to resinstall my system but now VC4 is not finding my pocket pc. i can use the emulator. i installed vc4, SP3, Pocketpc 2003 SDK and Windows Mobile 2003 Second
|
| regsitry entries in emulator | 03 Jan 2006 17:12 GMT | 1 |
I am making a service for pock pc 2003 and testing it on emulator. I create the registry entries in the local machine\services with the help of MFC application and copy the service dll in windows directory.... I can check the registry entries with the remote registry viewer as ...
|
| ReadProcessMemory() | 03 Jan 2006 17:03 GMT | 3 |
I have been writing an anti-virus for WinMobile. So I need to scan address space of every process in the system to check it for viruses. I use OpenProcess() and ReadProcessMemory() for that and it works on PocketPC, but it does not work on MS Smartphone (the same code!).
|
| Keeping the screen saver away | 03 Jan 2006 15:51 GMT | 1 |
I was wondering what windows message I can send to the Windows CE OS so that a security application or screen saver would think that the PDA is in use? When the user is using a GPS application, Windows CE does not
|
| Source code sharing between evc4 and VS 2005? | 03 Jan 2006 05:40 GMT | 6 |
up to now it was possible to share c++ source code between evc3.0 and evc 4.2 (programming for Pocket PC/Mobile xxxx devices). Will this be possible with VS 2005, too (as there will be no more evc for Mobile 5.0 devices), or will I have to split my code in two
|
| pocket pc Listbox with two columns | 02 Jan 2006 18:17 GMT | 3 |
I need two columns in my application. One column has text and the next column numbers. I've tried several methods, but have no satisfactory results. The best would be to draw the info myself, but on the pocket pc that doesn't seem possible.
|
| Guaranteed "lifetime" for evc apps? | 02 Jan 2006 15:42 GMT | 8 |
up to now newer versions of windows ce were able to run apps for Pocket PC devices that were compiled with older ce development tools, if only the processor type is still the same (e.g. evc 3.0 apps for ARM processors usually run on windows ce 4.2 devices, too). I don't know if
|
| Code Formatter | 02 Jan 2006 07:36 GMT | 8 |
Hello, a newbie question: how can I format (correct indentation) my evc++ code? Is there some special Key combination, some add-in tool? Thank you
|