I have a c# .net 2.0CF application where I would like to get not only the type and value of a parameter passed to the function, but also the 开发者_开发百科variable name.
I\'ve built a Compact Framework application to be used by delivery drivers. This runs on a SQL CE database and connects to a WCF service on a web server. I need a way to update the system when I relea
I\'m working on creating an application that will display JSON data in a nicely formatted paragraph.The JSON data has things like a title, sub-title, body, etc.In the body there can be links (which I
Ok, I\'m really stumped with this one. I have this Compact Framework application which calls your standard .NET web service. This has been working pretty well for a 开发者_JAVA百科while, but recently
I\'ve been finding that a lot of libraries and frameworks can seem a bit too unwieldy and hard to 开发者_JS百科maintain. I like the way that FlashGameDojo approaches this problem by promoting the use
I\'m having an issue with a windows ce application. It runs fine through the visual studio interface by clicking the \"start debugging (F5)\" in the visual studio interface.
I am working on a Windows CE application which involves using the serial ports of the machine. However when I try to open a port it gives an IOException. Below is the example code:
I have the following method: protected void OnBarcodeScan(BarcodeScannerEventArgs e) { if (BarcodeScan != null)
I have a thread that I fire off every time the user scans a barcode. Most of the time it is a fairly short running thread.But sometimes it can take a very long time (waiting on a invoke to the GUI th
I have a bunch of forms that I need to put in a list and know if the form is already in there. For reasons not relevant to this question, I cannot actually have a reference to the form in开发者_运维技