Name ActivateNotepad
Type Method
Summary Activates a notepad window
Prototype boolean ActivateNotepad(BSTR Title);
Description Activates (makes the active window) the notepad window of the given title.
VBscript example
world.ActivateNotepad "Nick's window"
Jscript example
world.ActivateNotepad("Nick's window");
PerlScript example
$world->ActivateNotepad("Nick's window");
Returns 0: Could not do it.
1: Activated OK

See also ...