I have been trying to follow this article on communicating with a WCF service from a mobile device (using compact framework 3.5).I have the service running on the desktop, and it tells me that it\'s r
In my Windows CE 6.0 app, I am communicating with a proprietary web server device that is returning bad header information (more specifically, it\'s returning NO header information).
I\'m trying to call an function in an unmanaged c++ dll in .net cf 3.5 in a windows ce 6.0 environment.
I have a form that pops up at a specific event. It draws up buttons from an array and sets the Tag value to a specific value. So if you are to press or click this button the function should return the
My company has a Compact Framework.NET WinForms application which runs on rugged handhelds manufactured by companies like Motorola, Intermec and Psion.These are expensive devices with built-in barcode
OK, so at the mo we have an MS Access database sat on our server. It\'s pretty basic 开发者_StackOverflow社区stuff, we have two tables ~7000 records, and the rest of the tables are <20 records. Ma
Is double buffering supported in 开发者_如何学Gowindows mobile 6.5 CEIf you\'re drawing the controls yourself then you might want to consider performing your own double-buffering.
I\'ve implemented a prevalence layer for Compact Framework (including a BinaryFormatter-like serializer).I\'d like to be able to serialize the compiler-generated classes that result from such things a
I am helping a friend with a project/experiment. The task is to repetitively open and close various applications hundreds of times on a PDA and to record the battery’s consumption. Then the experimen
I\'m facing this strange situation: I use my own \"custom soft keyboard\" (just some buttons placed on screen) and then I use PostKeybdMessage do send \"keys\" to the TextBox.