| Thread | Last Post | Replies |
|
| Flicker when drawing owner-drawn control | 27 Aug 2008 16:45 GMT | 1 |
WinCE 5.0 / EVC 4.0 I am dealing with a flicker issue when drawing an owner drawn custom control. I am hopeful that someone here can help me out. I made a subclass of the CButton class which handles all of the drawing
|
| accessing dll in eVC | 27 Aug 2008 16:00 GMT | 6 |
My program uses a dll which is in the PDA. The dll file is protected in the PDA ROM so I can not copy it to my PC for the building. When I build my program, I got several errors about 'unresolved external'. How I can import/access the dll to do the building or how can I tell
|
| file handling | 22 Aug 2008 11:32 GMT | 14 |
I have created a file using createfile, and written to it using writefile in Windows CE evc4. When I look at the file using activesync explorer, what I think is the file is labelled ??????, it has data in it, the time stamp corresponds to about the time I created it.
|
| Tools for analyzing content of WiNCE PE files | 21 Aug 2008 16:41 GMT | 2 |
Hi, Does anyone know of any tools available for analyzing content of WinCE PE ARM executables. eg viewing exports, imports looking at resources included. Thanks
|
| how to monitoring tcp-ip connexion | 20 Aug 2008 21:48 GMT | 1 |
I 'd like to monitor a tcp-ip connexion. When it down or server does'nt response, I want to reset this connexion. Thanks a lot.
|
| How to use ScanVolumeEx | 19 Aug 2008 03:40 GMT | 3 |
My system is ARM9 + WinCE5.0. File system is based on NANDFLASH, and FAT is corrupted if a lot of file writing are done. I try to use DWORD ScanVolumeEx( HANDLE hVolume,
|
| Porting VC++ application to WinCE-6.0 | 14 Aug 2008 16:15 GMT | 4 |
I have an application written in VC++ using Visual studio 2006. Is it possible to port that application to WinCE-6.0 If so please let me know the procedure. Thanks,
|
| event capturing in Windows CE. | 13 Aug 2008 16:04 GMT | 1 |
I want to know how to get the event details which will occur out side the current program, for making an program like macro record and play for Windows CE. Hooking not support in Windows CE so I am thinking in different way like, using timer and capture all events especially ...
|
| can interrupt handler done from application? | 13 Aug 2008 13:48 GMT | 4 |
KernelIoControl with request-sysintr has to be done in the driver code. However, can I do InterruptInitialize, and InterruptDone, and the rest of IST on my application? Thanks.
|
| Project Settings download directory war | 12 Aug 2008 19:47 GMT | 5 |
My application has two target platforms with release and debug for each. The application consists of one main project plus multiple sub projects. Using EVC4 with the last SP applied, I cannot get the download directory to "stick" for each configuration. What I would
|
| Multiple applications get started | 12 Aug 2008 17:14 GMT | 4 |
Hello, I have crerated a SDI application in eVC++4 on WinCE for Armv4i device. When I run the application from the device, and somehow minimize it and again click on the shortcut of the application, a new one starts up. What I want is
|
| OBEX Protocol Receive File | 09 Aug 2008 18:33 GMT | 1 |
Hi all, I want to ge the event when a bluetooth device will send me a file and get the file. I'm trying to get the event at first. I'm trying developing a Custom Service Extension. But i don't know where library must to be stored to be allocated by the system.
|
| automatically startup on smartphone | 07 Aug 2008 04:13 GMT | 2 |
I have builded an application that writes on file the GPS position each 40 Seconds. I will want to launch in background this application automatically after the PowerOn of the Smartphone. Can I have a help?
|
| How to change file attributes from read only to normal | 05 Aug 2008 17:53 GMT | 2 |
Hi, On Wm6 how can you change the file attribute of a file from read only to normal so one can delete it. Thx
|
| Catch Key Events | 05 Aug 2008 16:43 GMT | 1 |
I am developing an application for Symbol MC1000 device on eVC++ with SDK for C of Symbol. On certain key events, I want to perform some actions, like on F5, F6, etc. But the device doesn't respond to Windows key events. Symbol has its own method to trap keyevent, but it seems to be ...
|