Monday, August 04, 2008

Showing the phone programmatically on Windows Mobile

Another common feature people ask for is how to show the phone from your application. This can be done as follows:
System.Diagnostics.Process.Start(@"\Windows\cprog.exe", string.Empty);
The above will work on CF 2.0 and later. Of course this will only work on phone edition/professional devices.

No comments: