1、正常启动:
2、关闭换个方式:
http://www.foxtable.com/help/topics/2713.htm
关闭的方法包括避免重复打开的方法。
简单又好用:
Dim proc As New processproc.File ="calc.exe"proc.Start()ShowAppWindow("计算器", 5)
或者:
If ShowAppWindow("计算器",1) = False Then Dim Proc As New Process Proc.File = "calc.exe" Proc.StartEnd If