If you would like to start another application in your .Net, there is a simple function that can be used for this: Process.Start(). The syntax is Process.Start("stringFileNameorURL"). To use it, you need the make a reference to the System.Diagnostics namespace.

Reply