Jussip Posted September 21, 2008 Posted September 21, 2008 is there way to hide a window? Like ex. run notepad, hide it, and write text there, and unhide it?
Andreik Posted September 21, 2008 Posted September 21, 2008 is there way to hide a window? Like ex. run notepad, hide it, and write text there, and unhide it? Yes. Look this: AutoItSetOption("WinTitleMatchMode",2) Run("notepad.exe",@SystemDir,@SW_HIDE) WinWait("Notepad") WinActivate("Notepad") ControlSend("Notepad","","[CLASS:Edit;INSTANCE:1]","TEST") WinSetState("Notepad","",@SW_SHOW)
Jussip Posted September 21, 2008 Author Posted September 21, 2008 Yes. Look this: AutoItSetOption("WinTitleMatchMode",2) Run("notepad.exe",@SystemDir,@SW_HIDE) WinWait("Notepad") WinActivate("Notepad") ControlSend("Notepad","","[CLASS:Edit;INSTANCE:1]","TEST") WinSetState("Notepad","",@SW_SHOW) Will you marry me, andreik?
Andreik Posted September 21, 2008 Posted September 21, 2008 (edited) Will you marry me, andreik?Are you girl ? >_< Set your gender as female at your profile. Edited September 21, 2008 by Andreik
Jussip Posted September 21, 2008 Author Posted September 21, 2008 (edited) Doublepost, delete Edited September 21, 2008 by Jussip
Jussip Posted September 21, 2008 Author Posted September 21, 2008 (edited) Are you girl ? >_< Set your gender as female at your profile. heheh Edited September 21, 2008 by Jussip
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