| Thread | Last Post | Replies |
|
| OK key | 16 Jan 2008 08:12 GMT | 3 |
I want to emulate the OK key(one which minimizes the window) in windows ce through my keyboard driver. I am trying to send the VK_RWIN+VK_F6 virtual key code through keybd_event function but it does not help.
|
| password input at browser | 16 Jan 2008 08:10 GMT | 2 |
I found the ce 5.0's iesample display password characters differently as 4.2 os. At previous version, the password were shown as asterisk (*). But now it is displayed with circle.
|
| Windows Mobile Registry for SDIO card | 16 Jan 2008 05:19 GMT | 12 |
I am using the Moto'Q based on Windows Mobile 5.0. When eve I insert the custom SDIO card into the SD slot of WM(Windows Mobile), it is loaded the driver automatically. And the driver details also
|
| Booting Windows CE device from SD card | 15 Jan 2008 22:50 GMT | 10 |
I am working on Windows CE 5.0. My target is having 256MB NAND flash. We want to remove the inbuilt flash and boot the device from SD/MMC card. Is that possible? Thanks
|
| Driver at startup | 15 Jan 2008 14:54 GMT | 3 |
I am newbie about windowsce and platform builder! I have developed a software for WinCE 5.0 that use an USB device . Program run very well, the problem is the USB device (that I have successfully installed).
|
| CE6.0 C# Button colours | 15 Jan 2008 14:16 GMT | 1 |
I am working on an implementation of CE6.0 on ARMV4I (PXA270). I have a problem with a C# app that is trying to set button colours. The C# application is compiled in VS5 using Project Type: Visual C# -> Smart Device -> Windows CE 5.0. My CE6.0 implementation has CF2.0
|
| Where to download Platform Builder 5.00? | 15 Jan 2008 14:09 GMT | 2 |
Can anyone specify the link where can I donwload Platform Builder 5.00 Evaluation? Microsoft site offers me to download CE6.00 only, not 5.00... Regards,
|
| usbrndis pbBaseAddress | 15 Jan 2008 13:20 GMT | 2 |
I am trying to migrate Mainstone III's rndis to my bsp.my board is pxa270. facing problems while downloading image. INFO: Trying to initialize USB RNDIS...
|
| If there are two USB controller,how can I handle it? | 15 Jan 2008 08:37 GMT | 4 |
My device has two USB OTG controllers. Each of them can be used as activesync device,mass storage device,mtp device and host. But I want them work together now. I write two usb bus driver for each controller. Obviously they will conflict of disk resource when they are both ...
|
| barcode scanner device | 15 Jan 2008 05:21 GMT | 9 |
Where can buy barcode scanner device including driver for WinCE ?
|
| how to access a mass storage device before OS loads | 14 Jan 2008 22:00 GMT | 12 |
I need to be able to read a file from a USB mass storage device before the CE 6.0 OS starts. I don’t know how to access a mass storage device before the drive gets mapped (eg DSK:).
|
| CE and VS2008 - WHy VS2005 still required from CE 6.0 install | 14 Jan 2008 21:20 GMT | 1 |
I am new to CE. I currently use VS 2003. I have never installed VS 2005. I will be doing some CE work including platform builder. With VS 2008 release I assumed I would be better off installing this to then add CE plug-in.
|
| LCD screen rotation 90 ?? | 14 Jan 2008 19:41 GMT | 3 |
I have a working 480x272 LCD screen based off the a MainstoneIII like 270. It is working fine and I can set the registry key: HKEY_LOCAL_MACHINE\SYSTEM\GDI\ROTATION to 0 and it works,
|
| SPI Hardware initialization failed | 14 Jan 2008 15:34 GMT | 4 |
I am now working on the SPI peripheral on the DaVinci board. The hardware initialization failed when I put the initialization code on the driver initialization routine. But when I put the initialization code on the application part (using the IOControl) it works perfectly.
|
| process running check... | 14 Jan 2008 14:37 GMT | 1 |
I would like to check if some particular process is running or not. In order to do it, which api could be used?
|