Welcome to MSDN Blogs Sign in | Join | Help

John Kennedy's Blog

Newbie PM in the Games World

September 2005 - Posts

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",""); Read More...
Page view tracker