dogsn0t Posted July 26, 2010 Posted July 26, 2010 #NoTrayIcon Run("c:\users\public\poop\AdvTor.exe", "", @SW_MINIMIZE) while 1 WinSetState("Advanced TOR", "", @SW_HIDE) ControlClick("Advanced TOR", "",1,"left") WEnd its good to note that hidewindow will not work as a run parameter, winsetstate failed after winwait, so finally i just used a loop, and this seems to fail too help
Andreik Posted July 26, 2010 Posted July 26, 2010 (edited) Run("c:\users\public\poop\AdvTor.exe") WinWait("Advanced TOR") Do Until WinGetState("Advanced TOR") = 15 WinSetState("Advanced TOR","",@SW_HIDE) Edited July 26, 2010 by Andreik
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now