| Thread | Last Post | Replies |
|
| Terminating all Applications | 30 Dec 2004 23:20 GMT | 1 |
I need to terminate all running applications from a eVC DLL (the same as clicking "terminate all processes" in control pannel, memory application, running programs). I tried with enumerating all processes with Process32Next but this will
|
| how to get message of pressing the stylus for a while | 30 Dec 2004 20:59 GMT | 1 |
is there any way to get a WM message when the stylus is pressed for a while?? just like the situation that the pop-menu pops out when u hold the stylus on a file in "File Explorer".
|
| performance evaluation | 30 Dec 2004 20:57 GMT | 1 |
hi, i m using windows CE emulator. is there any way to evaluate performance!? does the emulator really simulates clock tics, memory leak, and so on :o thx alot for time, salam.
|
| how to get version of the running application | 30 Dec 2004 20:54 GMT | 2 |
I need a generic way to get the version from the current running application to log it to a file. Specifically, I want FILEVERSION from the VS_VERSION_INFO, which
|
| animation control in CE 5.0 | 30 Dec 2004 20:51 GMT | 1 |
I'm trying to use the animation control in CE 5.0 with no luck. Whenever I called Animate_Create(), it always return with error #: 1407 (ERROR_CANNOT_FIND_WND_CLASS) during runtime. In OnInitDialog(), I called InitCommonControlsEx() with ICC_ANIMATE_CLASS. Even though
|
| First-chance exception - RTC API | 30 Dec 2004 18:29 GMT | 6 |
I'm developing an application for Pocket PC in EVC++ 4.0 with the Pocket PC 2003 SDK. This application uses the RTC (Real Time Comunication) API because I want to develop a VOIP app.
|
| *cry* Bluetooth communication with WinAPI? | 30 Dec 2004 15:13 GMT | 1 |
Does someone please know the steps to get a serial communication via bluetooth to other devices? I'm using the WinAPIs CreateFile(), ReadFile(), WriteFile(), CloseFile()... . I tried to get a connection to my mobile to send simple AT-commands, but that didn't work. The same thing ...
|
| I cannot get a double click message on a combo box | 30 Dec 2004 09:29 GMT | 6 |
In an MFC eVC 4 application, I have a class derived directly from CComboBox. I want to receive the stylus double click message, but I can neither receive WM_LBUTTONDBLCLCK nor CBN_DBLCLK message. I've tried to register the class with the CS_DBLCLCKS styleinside the
|
| HOW TO convert char [] to const unsigned short * ? | 29 Dec 2004 19:02 GMT | 3 |
i have the problem : 'CreateProcessW' : cannot convert parameter 2 from 'char [1024]' to 'const unsigned short *' i want to make use of CreateProcess function,command parameters are stored a
|
| LoadLibrary() in eVC | 29 Dec 2004 19:02 GMT | 6 |
I'm trying to load a dll in my eVC application using "LoadLibrary()". I'm developing a dll for Pocket PC 2003 with help of another third party dll. I've downloaded the third party dll in "\Windows " directory of my PDA. When I tried
|
| Download problems in eVC++ 4.0 | 29 Dec 2004 06:35 GMT | 1 |
I have written one sample DLL using eVC++ 4.0. When I tried to build the dll, eVC is building the dll properly but at the time of the download, the following error message is occuring, "Auto download failed: insufficient space in object store to download to
|
| Simple editor type program for embedded C++ | 29 Dec 2004 04:49 GMT | 2 |
All, I am developing an application that will use a "notepad" type editor as its base functionality. In other words, the "product" will be a pocket word or text file. I've used the eMbedded VC++ version 4.0 to generate a WCE PPC
|
| Failure To Register Dll | 29 Dec 2004 04:37 GMT | 1 |
I have two dlls which have a circular dependency. I have placed these dlls in \Windows directory and tried using regsvrce utility to register them but I am getting the following error: " LoadLibrary("mydll") failed , GetLastError returns 7e"
|
| Fast records read | 28 Dec 2004 18:11 GMT | 1 |
I'm starting to program WinCE, coming from PalmOS world. I have to develop an application where I can have tables with a lot of records (for example, I can have 30.000 items in a table, but they could be 100.000!), and make sequential searches on them (e.g, I want to
|
| A question about TFAT | 28 Dec 2004 15:37 GMT | 1 |
thanks! If I want to format a removable card, which steps do I have to do? 1) open a handle to the target device e.g.: HANDLE hSD;
|