在Label的Click事件写了下面的代码:
Dim Proc As New Process '定义一个新的Process Proc.File = "http://www.*****.com" '指定要打开的网页地址 Proc.Start()
但是执行时出现下列错误: 错误: System.ComponentModel.Win32Exception: 找不到应用程序 在 System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo) 在 System.Diagnostics.Process.Start() 在 Foxtable.Process.Start()
一开始没这个问题,最近出的错,原因不明。 请帮着看看问题在哪儿
|