Description:
Microsoft Windows CE newsgroup.
|
|
|
VirtualQueryEx on Windows CE 6.0
|
| |
From a Windows CE 6.0 user mode process, I'm trying to get information about kernel memory using VirtualQueryEx(). The code goes something like this: hProc = OpenProcess(PROCESS_ALL_ACCESS , FALSE, pidOfNKdotEXE); if (hProc) { rc = VirtualQueryEx(hProc, 0xd0000000, &mbi, sizeof(mbi))... more »
|
|
ce power managment
|
| |
is it posible to power off a ce device when the battery drops below a level will this work [HKEY_LOCAL_MACHINE\SYSTEM\Cur rentControlSet\Control\Power] "PowerOffBatteryVoltage"=dword :00000E10
|
|
Windows CE R3, Silverlight and OpenGL ES
|
| |
Hi, Please forgive me if this is the wrong forum for this question but I couldn't find a better one for this question. We are having a custom board developed with an OMAP 3530 and Windows CE 6.0 R3. I am expecting that we will have the correct opengl es 2.x shader drivers installed so that we will... more »
|
|
RedrawWindow for desktop restore?
|
| |
Hi all, I am trying to write on a rect covering the entire screen on the desktop (WinCE 5.0) using GetDC(NULL) to take control of the screen. How may I restore the desktop when I ReleaseDC? How may I force the desktop to refresh? I already tried RedrawWindow(NULL, &rc, NULL, RDW_ERASE | RDW_INVALIDATE | RDW_INTERNALPAINT | RDW_UPDATENOW);... more »
|
|
how to make a transparent window over running video in wince
|
| |
Hello every1, I am making this application where i need to show a semi- transparent window over a playing video. Please can anyone tell me how to do this in wince or Do i need to use something else like Opengles 2.0 with wince to make this possible. Please someone suggest me a way out.... more »
|
|
ANN: November Windows CE Live Chat Tomorrow!
|
| |
Just a note that we'll be hosting an online chat tomorrow concerning Windows Embedded CE! Members of the development team will be on hand ready to answer your questions, so bring 'em on! ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~ Title: Windows CE Live Chat! Tuesday, November 24, 2009 9:00 - 10:00 A.M. Pacific Time... more »
|
|
WM_TIMECHANGE in Windows CE
|
| |
Hi, Is WM_TIMECHANGE support on Windows CE ? Because I'm unable to compile, this message isn't defined. I need a way to detect when the hour is ajust by another application or windows itself. Best regards
|
|
How to detect active Ethernet link
|
| |
Hi, I am using embedded Visual C++ on WinCE with Winsock API calls and want to detect if my Ethernet card is connected to a switch or not without actually making a connection to another socket. A bit like how your computer 'knows' when connected to a switch, without actually requiring DHCP, etc. (just plug in an RJ45 and the on-board link light... more »
|
|
Wireless pop-up window hangs in win ce 6.0
|
| |
Hi All, I newbie to WinCE. I'm working in WINDOWS CE 6.0. We are developing Our own SDIO Stack and WLAN drivers. My SDIO Stack is working fine and its able to initialize any wireless LAN card or SD/MMC Memory card. When i connect my WLAN card,After initialization, its starting dowloading the WLAN firmware to the card and After download to... more »
|
|
|