I have developed a custom keypad using resco controls in my application I have currently handled the backspace button click event with the following code
This question (.net Compact Framework 4.0) asked this back before the release of VS 2010.The answer basically said to wait for the release.
Is there a way to add a button to the title bar in windows mobile 5?(Next to the X or OK button.) I have an app that locks the users out of the start button, so I need to create an al开发者_Python百科
I want to log the versions of all DLLs my .NET-application uses. It doesn\'t matter if the log-output is generated on startup or on first开发者_JS百科 use of each DLL.
I\'ve got Windows Mobile 6.5 application and I need to add simple voice control (like \"yes\" and \"no\" commands recognition). I\'d also like to add possibility of reading text displayed on LCD.
How do you make VS 2008 automatically install SQL Server CE 3.5 when debugging (F5) a CF app on a windows Mobile 5.0 device?
I want to intercept minimize/maximize events for a windows mobile 6.1 application in c#. Is there a simple way to achieve this. (A piece of code as an example would b开发者_运维技巧e great).
I\'ve been try开发者_Go百科ing to track down a bug I thought was thread-related, but I think instead there is an issue with the way I am using OpenNETCF\'s Stopwatch. I am using OpenNETCF.IoC in my ap
Has anybody performed the upgrade? If yes, how is it done. I remember tinkering with running a program on command line on the PDA and that it did not work as 开发者_如何转开发expected.
Since Compact Framework calls Show() on the form passed to Application.Run(), I decided to create my own message pump.