| Thread | Last Post | Replies |
|
| Finding a Running Program | 29 Apr 2007 14:46 GMT | 3 |
I need to iterate through all the running apps to check to see if a specific app is already running. The app I want to check is not my app. I don't need to know the process ID or handle, just want to know if it's running. What's more, the app I want to check may change over ...
|
| clistbox color row | 28 Apr 2007 09:57 GMT | 1 |
Is it possible to color the rows of the listbox???? Thanks Miky
|
| Wýn CE 6.0 Dýrect draw problem | 26 Apr 2007 18:38 GMT | 3 |
Im trying to migrate my direct draw based application which i have succesfully run on Plat Builder fo winCE5.0 and embedded visual C++ 4.0 to winCE 6.0 and Visual Studio 2005. Unfortunately i m getting some errors for direct draw.
|
| Accessing GPIO of OMAP 850 | 26 Apr 2007 18:36 GMT | 3 |
I am using Smartphones based on Windows Mobile 5.0 with OMAP-850 hardware and trying to develop Software to access GPIO pins on TI OMAP-850 platform. So far, from what I understand, I need to have access to OMAP-850 BSP in order to do this. Is this correct? If so, from where can ...
|
| What can I get from bitmap handle(HBITMAP)? | 26 Apr 2007 13:25 GMT | 1 |
Hi all, What can I get from bitmap handle(HBITMAP)? Can we get the bitmap's Palette from bitmap handle? Thanks in advanced.
|
| EVC gets frozen everytime I use '€' key. Is that EVC bug? | 25 Apr 2007 13:47 GMT | 2 |
Has somebody this experience?
|
| how can I clear a dialog? and read a line from file? | 24 Apr 2007 15:05 GMT | 2 |
I have a dialog which displays an image drawn with BitBlt(). Well, how can I clear that image to display something else (different size so I can't full overwrite)? Just another question. Is there any MFC function to read a full string from
|
| Two more questions: sounds and JPG. | 24 Apr 2007 09:10 GMT | 2 |
I hope there will be simple answers: ;) * How can I play a sound? I'm afraid PlaySound() does not work with Windows CE. * How can I load from file an image different from bitmap (i.e. JPG)?
|
| CeRapiInvoke in .NET 2005 | 22 Apr 2007 13:18 GMT | 4 |
The DLL invoked by CeRapiInvoke, might be developed in Visual Studio 2005? Or is needed the Visual C++ Embedded 4.0?
|
| C++ threads library recommendation | 22 Apr 2007 06:00 GMT | 6 |
I'm looking for a recommendation for a threads library for CE 5.0. For instance, it seems to me that the pthreads supports wince. Thanks Alan
|
| forereground | 20 Apr 2007 15:25 GMT | 1 |
I have a question. it is possible to block one window on the foregroud in permanent mode. Thanks in advance Miky
|
| CallWindowProc | 20 Apr 2007 15:21 GMT | 1 |
I have found the windows procedure with SPYCE++. Can I call this function even if the dialog it is not created! WINDOWS PROC is : 0x055FFD The message is : WM_COMMAND
|
| Restart (reboot) system??? | 19 Apr 2007 18:35 GMT | 10 |
Is there a way to restart or reboot the system from an application?
|
| USB Serial communicate between WinCE(Box) <----> WindowsXP (PC) | 19 Apr 2007 17:46 GMT | 5 |
***************** *************************** * Echo Server * * Echo Client *
|
| Os version | 19 Apr 2007 13:48 GMT | 2 |
I need to get the version of the OS (in a c++ program) I found a function CeGetVersionEx in rapi.h but since this is remote api, I cant use it from within windows CE Help would be much appreciated.
|