You can start a new process/application using the following C# code line.
System.Diagnostics.Process.Start(filePATH);
filePATH is the relative path of the application executable.
If you give a website url in filePATH then it will be opened in a default web browser.
Ex: System.Diagnostics.Process.Start(”http://rampgroup.com”); will cause to open the website home page in a default web browser.
Tuesday, April 28, 2009
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment