Dim objProcess As New Process() objProcess.StartInfo.UseShellExecute = False objProcess.StartInfo.CreateNoWindow = False objProcess.StartInfo.FileName = "FileName" objProcess.StartInfo.Arguments = cString objProcess.StartInfo.WindowStyle = ProcessWindowStyle.Hidden objProcess.Start()
Process.Start
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)