Description:
Microsoft Windows CE newsgroup.
|
|
|
Windows CE 6.0 and HID device Access
|
| |
I am using an AVR demokit device - AT90USBKey - This device contains the capability of becoming a composite usb device that includes a small mass storage device, a usb kbd device, and a generic hid device. I am very pleased that the KBD and Mass Storage devices work great on my CE 6.0 install. The problem I have is being able to open and communicate with the generic HID port.... more »
|
|
How do you disable daylight savings auto-adjustment in WinCE?
|
| |
I want to programatically uncheck the "automatically adjust the clock for daylight savings" check box from an application running in WinCE. Google searches indicate that you can do this in Windows by setting the DisableAutoDaylightTimeSet value under the HKEY_LOCAL_MACHINE\SYSTEM\Curr entControlSet\Control\TimeZone Information key.... more »
|
|
Debug to device
|
| |
I'm an ol PocketPC developer and working contract for a company with a Windows CE device and existing app. Got the project loaded into VS2005 and set breakpoints but when i run the app in debug it doesn't stop but I get the dreaded "The breakpoint will not be hit. The specified module has not been loaded."... more »
|
|
Usb camera still images.
|
| |
Hi all, I am using a usb based webcamera (ov0345), with my target running wince 6.0. The driver used is usbcam.dll, and i am using cameradshowapp.exe for the user interface. I ran the cameradshowapp.exe, and it has detected the usb camera attached to the target as CAM1: and i have enabled the and "VideoCapture", "Video... more »
|
|
How to Turn Off Device at Runtime using Windows Mobile
|
| |
Could anybody help me with this. I am using a CK3 Windows Mobile Device. During start up of the device, my application automatically loads and when I exit the application I want my device to turn off as well. Any idea? sample?
|
|
Debugging CE application
|
| |
Hi, I have a CE6 based x86 C++ application program with multiple threads. I compile and debug with VS2008SP1. When you press "Debug | Break All", the application is breaked indeed, but I can't see the callstack of any thread running? If I place a breakpoint and the debugger hits the breakpoint, I can see the callstack of the thread that... more »
|
|
Chat Application with TextBox
|
| |
Hi all, I have a chat application in Windows CE 6.0 with 2 TextBox, one TextBox to write the frame to send an the other one to write the frames sent and received. When I send a frame, I write it in the TextBox. private void ButtonSend_Click(object sender, EventArgs e) { if (TextBoxSend.Text != "")... more »
|
|
Socket.Select() not working at win ce 6 r3
|
| |
Hi I am trying to use Socket.Select() in my .net app on windows ce 6. Sometimes it works and sometimes it throws NotSupported Exception () with following stack trace: at System.Array.System.Collection s.IList.RemoveAt(Int32 index) at System.Net.Sockets.Socket.sele ctFD(IList SL, Int32[] fdarray)... more »
|
|
ATL Web Services under WiCE 6.0
|
| |
Hi All, I'm trying to build a simple ATL web service using Visual studio 2005. I have created the project, using the ATL SmartDevice project template, and I have added the simple object and the methods. (smart device ATL simple object). Building, I get the error: error C2039: 'UpdateRegistry': is not a member of 'CCERemoteMonitor'... more »
|
|
Why is Silverlight compact only in C++?
|
| |
I'm SO happy that Silverlight is coming to CE, but I'm totally confused why it is only available in C++. Is it performance reasons? I do most of my embedded development in C# and the performance has always seemed fine. Will it be possible to work with it from C# at all?
|
|
|