[求助]在代码中怎样运行其它程序?
请问大家,除了Shell()函数之外,在代码中,还有什么方法能够启动其他的程序。
2006-11-07 11:09
Imports System.Diagnostics
Public Class Form1
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
System.Diagnostics.Process.Start("D:\应用程序\QQ\QQ.exe")
End Sub
End Class

2006-11-07 19:29
2006-11-07 21:37
2006-11-07 22:03

2006-11-07 22:06
2006-11-07 22:31
2006-11-08 00:27
2006-11-20 14:56
2006-11-27 20:18