G Guest May 24, 2004 #1 in VB6.0, it is easy to launch an external executable by shell command. How to do it in C# and VB.NET? Thanks Keith
in VB6.0, it is easy to launch an external executable by shell command. How to do it in C# and VB.NET? Thanks Keith
R Rob Smiley May 24, 2004 #2 Use the System.Diagnostics.Process class, e.g. System.Diagnostics.Process.Start("myApp.exe")