| Thread | Last Post | Replies |
|
| How can I download and upload speed of the Windows CE network adpater | 12 Jan 2007 08:15 GMT | 3 |
In win32, I can use PerformanceCounter, but the the Windows CE .NET not support it! How can I do that?
|
| CEMON.exe related error | 12 Jan 2007 08:04 GMT | 1 |
I am facing a problem when I am connecting my device(through Platform Builder) to the PC and running an MFC application (which was written on eVC++) on it. The steps I followed are as follows:
|
| 802.11 Association not noticed by device | 11 Jan 2007 22:26 GMT | 1 |
We have an application that we developed initially for Win Mobile 4.2. This application establishes an 802.11 association when the device is in range of "special" access points. "Special" basically means an AP is in a database of known APs that provide the services the consumer is
|
| extract exception address from GetExceptionInformation() | 10 Jan 2007 20:43 GMT | 1 |
How can I use the information returned from GetExceptionInformation() in order to get a valid exception address I can use with my map file? I have: ...
|
| how can I retrieve memory information of a specified process | 10 Jan 2007 08:08 GMT | 1 |
Hi, All the problem is I want to get how much memory does each process use in the Windows CE system. thanks in advance!
|
| I need to draw directly to the screen with no Window? | 08 Jan 2007 17:53 GMT | 1 |
I am running WinCE4.1 and need to draw directly to the screen. I don't want to draw in a window, I need to cover up the desktop and draw my screen. Can anyone tell me how to do this?
|
| Change PDA resolution | 08 Jan 2007 16:50 GMT | 2 |
Hi I have beenn using DELL x51 V PDA modal . This is having 640*480 resolution . My old application(deals with bitmaps buttons and images) which is in
|
| Pb with CeRunAppAtTime | 08 Jan 2007 08:50 GMT | 3 |
I'm trying to start an application at 02:00am with CeRunAppAtTime function. My problem is that the Pocket doesn't wake up at 02:00am. And if i manually "power on" the Pocket at 02:05am, the application starts. I'm using the following code :
|
| com port communication in tabletpc | 08 Jan 2007 08:15 GMT | 1 |
I'm tring to write a program to send & receive Hexadecimal data though tabletPC, my development env. as below: WinCE.net 4.1 eVC++ 4.0
|
| Support for Global Interface Table (GIT) | 06 Jan 2007 13:03 GMT | 5 |
Does anybody know if WCE supports the Global Interface Table. I get a "Class not registered" executing: CoCreateInstance(CLSID_StdGlobalInterfaceTable...) If not, what is available under WCE to marshal interfaces across threads.
|
| Focus issue? | 05 Jan 2007 20:26 GMT | 1 |
I have an application that has a list box of items to be selected, plus an Edit and Add buttons. On both the buttons, they will use DialogBoxParam to pop up their respective dialog box. The only difference between the two are the former dialog box displays treeobjects and the ...
|
| DirectX with C++ on VS2005 | 03 Jan 2007 15:49 GMT | 2 |
Hello, All! I start to study DirectX for WinCE now. I've compiled samples from Platform Builder ( WINCE500\PUBLIC\DIRECTX\SDK\SAMPLES ) on EVC++4 and run them.
|
| "Dead" screen - no mouse or button events | 03 Jan 2007 12:28 GMT | 2 |
This may be more mfc / Windows related in general... I have a rather complex application that uses a number of custom activeX controls. The controls themselves are not complex and encapsulate basic functionality required by the application (no
|
| windows mobile 2003 driver dll load failed | 02 Jan 2007 14:55 GMT | 3 |
Hi, all. I am developing a driver for windows mobile 2003 running on a cellphone. I use eVC4 and writting a DLL and upload it to \Windows directory.
|
| Standard exceptions support with MFC and CE5 | 02 Jan 2007 12:32 GMT | 1 |
I'm a bit confused with the standard support exception with MFC and CE5 (EVC4). MSDN says that you can use the C++ exceptions "try, catch" with the /GX directive ; on the other hand, MSDN says that MFC itself use C++ standard exceptions. But I see that wce.h defines ...
|