Loken 2 Posted June 3, 2011 Hello , autoit users Does anyone know that? How can i click to hidden window? or backround window(minimized) .. is it impossible? need help so much Share this post Link to post Share on other sites
Xenobiologist 47 Posted June 3, 2011 Have a look at the Control... commands in the helpfile. Scripts & functions Organize Includes Let Scite organize the include files Yahtzee The game "Yahtzee" (Kniffel, DiceLion) LoginWrapper Secure scripts by adding a query (authentication) _RunOnlyOnThis UDF Make sure that a script can only be executed on ... (Windows / HD / ...) Internet-Café Server/Client Application Open CD, Start Browser, Lock remote client, etc. MultipleFuncsWithOneHotkey Start different funcs by hitting one hotkey different times Share this post Link to post Share on other sites
Loken 2 Posted June 3, 2011 i looked mr. but i did not understand how can i do it Share this post Link to post Share on other sites
Xenobiologist 47 Posted June 3, 2011 Opt('WinTitleMatchMode', 4) Run('notepad', '',@SW_MINIMIZE) Sleep(1000) ControlSend("[CLASS:Notepad]", "", 'Edit1', 'It works :-) yes') Sleep(3000) WinActivate("[CLASS:Notepad]", '') Scripts & functions Organize Includes Let Scite organize the include files Yahtzee The game "Yahtzee" (Kniffel, DiceLion) LoginWrapper Secure scripts by adding a query (authentication) _RunOnlyOnThis UDF Make sure that a script can only be executed on ... (Windows / HD / ...) Internet-Café Server/Client Application Open CD, Start Browser, Lock remote client, etc. MultipleFuncsWithOneHotkey Start different funcs by hitting one hotkey different times Share this post Link to post Share on other sites
Loken 2 Posted June 3, 2011 i dont understand really can you write with description ? Share this post Link to post Share on other sites
Xenobiologist 47 Posted June 3, 2011 i dont understand really can you write with description ?If you do not understand that script, then you should start with an Autoit tutorial. See helpfile and Autoit123 from Valuater. Scripts & functions Organize Includes Let Scite organize the include files Yahtzee The game "Yahtzee" (Kniffel, DiceLion) LoginWrapper Secure scripts by adding a query (authentication) _RunOnlyOnThis UDF Make sure that a script can only be executed on ... (Windows / HD / ...) Internet-Café Server/Client Application Open CD, Start Browser, Lock remote client, etc. MultipleFuncsWithOneHotkey Start different funcs by hitting one hotkey different times Share this post Link to post Share on other sites