I need one of the drivers to be idle (loaded on the device, but not being us开发者_如何学Pythoned at all) to get some statistics. I need to make sure that no threads/clients are using the driver. I am
I write program for Windows CE that should work with Serial ports. I use object System.IO.Ports.SerialPort. Everything works well but when I close program and open it again, I receive error: Port is i
I am trying to install multi CAB files using custom Setup DLL. More precisely, after my application CAB installs, I want .NET CF 3.5 CAB file to be installed as well.
I\'m using a WebBrowser control in .NET CF 3.5 for a Windows CE device application, and for security reasons need to disable the Context Menu.I\'ve tried a variety of things, none of which seem to wor
I am trying to understand the pros and 开发者_如何学运维cons of using DeactivateDevice vs. IOCTL_BUS_DEACTIVATE_CHILD, to unload a device driver, in terms of power consumption. If I would like to chec
i have changed the registry settings as per the msdn but when i connect to pc then it shows usb not recongnized/
There is a navi-like device that has very interesting specs at an interesting price. The problem is that it only runs Windows CE while we absolutely need the Linux operating system for a project.
i have a problem in inserting some data into a table. I have done a program with a simple DB. I use c#
I have this code: string TmpMakat, TmpIsShakil, TmpDes; SqlCeDataReader read; public bool LOOK() { try { TmpMakat = \"\";
I am tr开发者_开发知识库ying to make the textbox\'s GotFocus event to pop-up WindowsCE.Forms InputPanel.