Syntax :
AppActivate ProgramTitle$ [, wait]
AppActivate ProgramTitle$ [, wait]
AppActivate “ paintbrush - ( Untitled ) “
AppActivate “ paintbrush-( untitled )” , True
AppActivate “ paintbrush-( untitled )” , True
The first example gives the paintbrush application the focus, assuming that it is already running and has no file loaded.
The second example works the same as the first example , except that it waits until the calling application has the focus.
The second example works the same as the first example , except that it waits until the calling application has the focus.
No comments:
Post a Comment