Launching a program from within a C#/VB SmartDevice application

This is just a quickie. If you are wondering how to launch an existing application from within your own Windows Mobile-based C# or VB.NET program, simply use the System.Diagnostics.Process.Start() method, like this:

System.Diagnostics.Process.Start("iexplore",""); // Start the web browser.

Another thing: having all your wisdom teeth extracted is a lot less fun than you might imagine.