This smart sample of code will allow users to detect when another application has finished. Instead
This smart sample of code will allow users to detect when another application has finished. Instead of using comprehensive API, it is possible
Rate This smart sample of code will allow users to detect when another application has finished. Instead
(1(1 Vote))
on error goto errhand
begin:
a=shell("winword.exe",1) ' Depends on where the executable file is.
Appactivate "Microsoft Word - Document 1"
Msgbox "Microsoft Word Has Loaded!"
Exit Sub
errhand:
Goto Begin
This smart sample of code will allow users to detect when another application has finished. Instead Comments
No comments yet — be the first to post one!
Post a Comment