I have a .Net Compact Framework WinForm application , I want to catch Application OnExit event but there开发者_如何学编程 is no such event available.
i need to vibrate the phone while playing a ringtone. This is my code: public static bool PlaySound(string soundName)
I\'ve built a Compact Framework application to be used by delivery drivers. The system includes a WCF Service and SQL database on the server as well as a SQL CE database and CF application running on
I\'ve been battling this for a few hours now, and it may just be that I don\'t understand reference assemblies as well as I should.
I\'m trying to find the source of a memory leak in a Compact Framework application using the Remote Performance Monitor. I managed to remove a few minor ones related to brushes and other graphic objec
Is there a programmatic way to figure out if a device is WinMobile o开发者_运维百科r WinCE in .NET Compact Framework 3.5? Is there some property somewhere?See the Microsoft.WindowsCE.Forms.SystemSetti
Has anyone tried to install the new Windows Phone 7 tools?Mainly, I would li开发者_JS百科ke to know if it allows Visual Studio 2010 to open Smart Device projects from older versions of Visual Studio.S
开发者_StackOverflow社区I have a form in my application and I want to do some processing when my form has been
I\'ve written plenty of .Net code for Windows but never for Windows Mobile.How do I make a Windows Mobile application?My mobil开发者_JAVA技巧e device has an ARM processor so I need to cross-compile.Yo
Is there a way to show a modal form without ShowDialog metod calling? By showing a modal form I mean that the Form overlays the current Form and prevent user input to the bacground Form. The Form that