K kathy Sep 5, 2003 #1 How to call external application in .NET? For example, how to call paint.exe in VB.NET program?
A Andrew K Sep 5, 2003 #3 Try this: Shell("C:\Windows\mspaint.exe") -----Original Message----- Take a look at System.Diagnostics.Process Start method. . Click to expand...
Try this: Shell("C:\Windows\mspaint.exe") -----Original Message----- Take a look at System.Diagnostics.Process Start method. . Click to expand...