VB
Dim Shell As Object
Shell = CreateObject("WScript.Shell")
Shell.Run("xxx.exe")
C#
System.Diagnostics.Process.Start("xxx.exe");
C#要很刁鑽的用VB跑也是可以 XD
dynamic ws = Microsoft.VisualBasic.Interaction.CreateObject("WScript.Shell");
ws.Run("Notepad.exe");
以上方法 webfrom winform 皆適用
--
※ 發信站: 批踢踢兔(ptt2.cc)
◆ From: 114.136.104.100
沒有留言:
張貼留言