I\'m starting a new project. It will run on devices running Windows CE, Windows Mobile 6 and will also have a desktop version. The software will connect to some equipments through the serial port, usi
Under WindowsCE, C++ project, I\'m trying to work with devices connected via both \"real\" serial ports and/or serial-to-usb wrappers (\"virtual\" serial ports); my problem is - when I try to open the
hi the win mobile 6 code tries to write files on network shared folder, but always gets UnauthorizedAccessException. I have checked perm开发者_开发技巧ission and security setting on the folder and the
INT GetTree (HWND hWnd, HTREEITEM开发者_开发百科 hItem, HKEY *pRoot, TCHAR *pszKey, INT nMax) {
I\'m implementing custom behavior sub-classing the form controls, but I cannot manage to access the DroppedDown property of the ComboBox. Looking in the help, it\'s supposed to be supported in CF.NET
Actually while building the Windows CE project getting the two errors: BUILD: [00:0000000015:ERRORE] C:\\WINCE600\\PLATFORM\\ICOP_Vortex86_60CS\\SRC\\OAL\\OALLIB\\obj\\x86\\debug_objects.mac: create
I want to select all the text of a System.Windows.Forms.TextBox() control in a GotFocus event, but all the examples I found make use of the .SelectionStart / .SelectionEnd properties of the control, a
I have a service application, a simple dll running under services.exe. I can attach the VS debugger to services.exe, activate the service application dll and then single step it in the debugger withou
In Windows CE it is a trivial thing to conditionally compile something if KITL is enabled: #if IMGNOKITL == 1
I\'ve got a windows CE device without Internet Explorer installed. I need a browser to test WiFi connection but I cannot find anything. I cannot build the system, I have to use the current one.