| Thread | Last Post | Replies |
|
| WM 2003 SE | 06 May 2005 21:15 GMT | 1 |
Could you tell me how to draw 640 * 480 picture in XScale PXA270 with VGA support? When I call GXGetDisplayProperties, it tells me that the device only support 320 * 240, also GetDeviceCaps with HORZRES or VERTRES returns the same result.
|
| Battery Driver | 06 May 2005 19:20 GMT | 2 |
I have created a project that overload the PDD's functions required for battery driver. I have upload my code on my device but I have an access violation in the function PmUpdatePowerStatus since the function pointers gpfnSystemPowerStatusEx2 and pgfnBatteryDrvrGetLevels are ...
|
| Windows CE 5.0 setup | 06 May 2005 18:16 GMT | 1 |
Let me start off by saying that I'm very new to this. I've created an Operating System (Windows CE 5.0) and have done a BUILD and SYSGEN in order to create my runtime/nk.bin file. I've been able to use a similar image in the emulator, but when I attempt to connect my CEPC to ...
|
| what is dim()? | 06 May 2005 05:51 GMT | 2 |
i am reading "Programming Microsoft Windows CE.NET" i tried some examples in this book. There is something can't be compiled, which is : for (i = 0; i < dim(MainMessages); i++)
|
| DOM, SAX and CEDB | 05 May 2005 19:11 GMT | 4 |
I am a bit confused between using the three datastores provided by Windows CE i.e. DOM, SAX and CEDB. The questions that I want to ask are: 1. Which is more efficient in terms of CPU usage?
|
| Question | 05 May 2005 16:31 GMT | 1 |
I,had install office 2003 and unstall now.How do restore eariler version which is office 2002.When I,did double click powerpoint.exe from office 10 files folder did receive dialog information operating system is not presently configured to run this application.What kind of ...
|
| NDIS IM Driver Error | 05 May 2005 12:27 GMT | 4 |
I am working on evc 3.0 for pocket pc 2002. I am trying to support PnP w.r.t. NDIS IM driver, so ProtocolBindAdapter is called after DriverEntry module. But Communication error (Error 608) is thrown by repllog.exe when we try to
|
| A login problem | 05 May 2005 11:56 GMT | 1 |
Due to a wrong manipulation, I can't get the login dialog box anymore in my Windows ce.net when it starts, It logs automatically with a client account (with no rights). How can I do to get it back? Thanks in advance.
|
| Graphic | 04 May 2005 19:51 GMT | 6 |
I<d like to know if it's possible to do the following: I want to integrate an image to my application, when the user tap on an area of the image he'll be able to enter data to a text box: example:
|
| CPU Utilization | 04 May 2005 16:46 GMT | 5 |
my question is: How can one get the CPU utilization an arbitrary process causes? I know there is a global method of determining the CPU idle time with GetIdleTime(), which is not suported on my IPAQ i think. (or am i wrong?)
|
| Monitorize mouse global events in WINDOWS-CE; | 04 May 2005 15:11 GMT | 1 |
Monitorize mouse global events in WINDOWS-CE; Hello, I'm working in VISUAL C++ embedded 3.0. with Windows CE. My goal is to monitorize mouse global events.
|
| Run touchscreen calibration on startup | 04 May 2005 14:46 GMT | 4 |
I did a driver for the ac97touch on the pxa27x. The driver work fine and I can start the calibration via the control panel. Now, I want the stylus application to run automatically on startup if the device is not calibrated. How do I do that?
|
| How to specify IP addresses for a target running Windows CE programmatically? | 04 May 2005 14:28 GMT | 3 |
As we know, the Network User Interface feature provides a set of dialog boxes that can be used by other applications. It includes the network and dial-up connections application through which we can specify a fixed IP address for one network adapter.
|
| Using Win CE 5.0 image inn emulator in Visual Studio 2003 | 04 May 2005 07:58 GMT | 3 |
I am trying to write an application with managed code for Win CE 5.0 with Visual Studio 2003, and debug it with the emulator. I am using the Platform Builder 5.0 evaluation software etc. Unfortunately I haven't figured out how to do this.
|
| recv on blocking sockets | 03 May 2005 19:46 GMT | 6 |
While using blocking sockets on Windows CE 4.2 I ran into the following provlem: While blocked in a recv, if the network cable is unplugged, I don’t get any error. The call remains blocked like forever.
|