I have a single table with lots of records (> 100k) that I need to be able to index and search on several text fields. The easiest searches will have the first part of the string specified (eg, LIKE \
Im trying to build a simple XML to Controls parser in my CF application. In the code below the string im trying to parse looks like this:
I need to be able to control brightness o开发者_运维知识库f my Windows CE 5.0 device. I\'ve found that there is an API function ExtEscape to do that ( http://msdn.microsoft.com/en-us/library/aa45306
I am trying to migrate existing code that uses XmlSerializer to protobuf-net due to the increased performance it offers, however I am having problems with this specific case.
I have an application that uses the Process class, StandardInput, and StandardOutput to communicate with an external executable.I am using this to pass strings back and forth, an开发者_如何学JAVAd it
Is there a possibility to take a picture using phone\'s camera without user interaction? I\'d like to write a short app that only takes sequence of pictures and the user should be able to set number o
This question is related to a number of other questions on oAuth on the Compact Framework (one, two) but seems slightly more specific to me, as it specifically involves getting Twitters xAuth API call
I am using the Signature control in OpenNETCF.It works great for most everything I need. However, I need a way invert the signature and load it back in.
In many places in our application we have code like this: using(RAPI rapi = new RAPI()) { bool connected = TryToConnectWithTimeout(rapi);
I am trying to put an animated gif on my smart device. I am trying to do this using a webbrowser control. then on the form load i use the following code :