Void Function AutoStartEvent ()
AutoMaximize ()
EndFunction

void Function AutoMaximize ()
var string StatusSymbol
SaveCursor ()
FindGraphic (GetAppMainWindow (GetCurrentWindow ()), "maximize symbol", s_top, s_unrestricted)
let StatusSymbol=GetWord()
If StatusSymbol == "Maximize Symbol" Then
LeftMouseButton ()
EndIf
RestoreCursor ()
Pause()
EndFunction

Everything above this line of text if placed in your note pad script file will serve to automatically maximize note pad everytime it is open or gains focus. Well at least it works on my system your results may vary, enjoy experimenting with it. I picked note pad because there's nothing you can do to hurt it under normal conditions.

David Ferrin
I believe that tomorrow is another day, and I'll probably screw that one up too. [EMAIL PROTECTED]

--~--~---------~--~----~------------~-------~--~----~
Visit the JAWS Users List home page at:
http://www.jaws-users.com
Address for the list archives:
http://www.mail-archive.com/jaws-users-list%40googlegroups.com/
Address to contact the management team:
[EMAIL PROTECTED]
 You received this message because you are subscribed to the Google Groups "JAWS 
Users List" group.
To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/jaws-users-list?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to