2、运行程序 在VB中,我们有时候需要调用外部程序。而且还要暂停VB程序等待外部程序程序执行完毕。使用Windows Script Host对象,简直易如反掌。例如下面的语句: Dim iw1 As New IWshRuntimeLibrary.IWshShell_Class iw1.Run ″c:\windows\notepad.exe″,WshMaximizedFocus, True ...
Are repetitive computer tasks taking up all of your time? Learn how to use the SendKeys method to automate those tasks that use the same keystroke and mouse combinations. Hidden deep within the ...