Maximize Example

 

This example will maximize a window with a window title beginning with the text ôNote.ö

 

Sub Main

 'This script will maximize the Notepad window

 'using the AutoMateÖ Maximize Action, note that

 'only a partial title was specified

 Action.Maximize("Note", "0", "")

End Sub