UnHide Example

 

This example will unhide a window with a window title beginning with the word ôNote.ö

 

Sub Main

 'This script will unhide the Notepad window

 'using the AutoMateÖ UnHide Action, note that

 'only a partial title was specified

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

End Sub