I\'ve been given a Windows Mobile app written in .Net CF 3.5 to fix, and one of the problems is to do with storage.
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
I have a problem i cannot solve. In my view (that shows a map) i created a contextMenu. When context menu is invoked i need to get the position where the user has cl开发者_JS百科icked on the map.
I am trying to use PostMessage to send a tab key. Here is my开发者_运维问答 code: // This class allows us to send a tab key when the the enter key
What is the problem with this code? for (int w = 0; w < this.Controls.Count; w++) { if (this.Controls[w] is TransparentLabel)
I know that \"HideSelection\" property is missing in CF. But i still need to handle situation when an item is selected that it remains selected (greyed) even when the control looses focus.
I need to have my edit box work the same for both tab and the enter key. I have found lots of problems doing this in the application.Is there some way that I can send a tab key to t开发者_如何学JAVAh
Is there a way to tell to VS2005 to get compiler error when using \"some defined\" method? It probably sounds strange, but I do not want to compile when using Decimal.Round().
I\'m trying to read the content of a file with a StreamReader, that receives a FileStream. The file has some spaces inside (char 32) and the StreamReader is reading them as 0 (char 48). The screenshot
The current way our application is written, involves creating a new connection and command object in every method that access our sqlite db. Considering we need it to run on a WM5 device, that is lead