Yoooj Posted February 28, 2010 Posted February 28, 2010 I can't find it. All i want is to minimize my program and i want AutoIt to work there. Is it possible? Here's my Script: While True Sleep (10000) MouseMove (1155,509) MouseClick ("") Sleep (10000) Send ("{F5}") WEnd
Developers Jos Posted February 28, 2010 Developers Posted February 28, 2010 WinActivate will set the active window but for some reason I think you are asking something totally different. What do you want to accomplish? SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
Yoooj Posted February 28, 2010 Author Posted February 28, 2010 I want to ''work on my computer" and let Script working in minimized Program while i'm doing something diffrent.
Developers Jos Posted February 28, 2010 Developers Posted February 28, 2010 I want to ''work on my computer" and let Script working in minimized Program while i'm doing something diffrent. What program do you want to control when minimised? SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
Developers Jos Posted February 28, 2010 Developers Posted February 28, 2010 look for the FF.au3 include file and the many examples in these forums. SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
Yoooj Posted February 28, 2010 Author Posted February 28, 2010 It's too complicate for me Download for this program is: http://www.thorsten-willert.de/Themen/FFau3/FF.au3/FF.au3?a Which idk what is it. I'm still looking for other way to run AutiIT script to work in minimized program ;s.
Developers Jos Posted February 28, 2010 Developers Posted February 28, 2010 It's too complicate for me I would say that is your problem and lets keep it that way.Learn and come back when you have questions. SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
Yoooj Posted February 28, 2010 Author Posted February 28, 2010 Ok i got it somehow...But...How to compile this:http://www.thorsten-willert.de/Themen/FFau3/FF.au3/FF.au3?aWith:While TrueSleep (10000)MouseMove (1155,509)MouseClick ("")Sleep (10000)Send ("{F5}")WEnd
Developers Jos Posted February 28, 2010 Developers Posted February 28, 2010 Ok i got it somehow...But...How to compile this:http://www.thorsten-willert.de/Themen/FFau3/FF.au3/FF.au3?aWith:No clue what you mean unless your question is how to add ff.au3 to your code... but you really should have that answer already when you took the time to look at the examples.Jos SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
Yoooj Posted February 28, 2010 Author Posted February 28, 2010 (edited) 1.$Label3 = GUICtrlCreateLabel("Ksywa", 8, 33, 95, 20)GUICtrlSetFont(-1, 10, 400, 0, "Arial")$Label4 = GUICtrlCreateLabel("Ranga", 8, 57, 95, 20)GUICtrlSetFont(-1, 10, 400, 0, "Arial")$Label5 = GUICtrlCreateLabel("Szmal", 8, 81, 95, 20)GUICtrlSetFont(-1, 10, 400, 0, "Arial")$Label6 = GUICtrlCreateLabel("Poziom", 8, 105, 95, 20)GUICtrlSetFont(-1, 10, 400, 0, "Arial")$Label7 = GUICtrlCreateLabel("Punkty", 8, 129, 95, 20)2.$btnSilka = GUICtrlCreateButton("Trenuj", 8, 248, 75, 25, $WS_GROUP)GUICtrlSetFont(-1, 10, 400, 0, "Arial")3.Func Logowanie() $login = GUICtrlRead($inpLogin) $haslo = GUICtrlRead($inpHaslo) If _FFConnect() Then _FFOpenURL("http://prisonwars.pl/") _FFSetValueByName("login", $login) _FFSetValueByName("password", $haslo) _FFFormSubmit(0) EndIfEndFuncGUICtrlSetState(-1,$GUI_SHOW)How can this help me if i dont know BASE things. This FF thing is for Exped People. I don't think i can get to work my simple script with this.All i know is few commands for AutoIT. I just wanted to make it work in minimized. Don't you think it could confuse me? Edited February 28, 2010 by Yoooj
Developers Jos Posted February 28, 2010 Developers Posted February 28, 2010 How can this help me if i dont know BASE things. This FF thing is for Exped People. I don't think i can get to work my simple script with this.All i know is few commands for AutoIT. I just wanted to make it work in minimized. Don't you think it could confuse me?Well you confused me for sure.First of all you will have to learn the base things and get experience yourself if you want to be able to script. When you can wait you should hire a programmer to do the work for you.Secondly you will have to try to write better "normal" English to allow people like me to understand it... I am not up to speed in "turbo lingo".Jos SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
somdcomputerguy Posted February 28, 2010 Posted February 28, 2010 WinSetState will minimize a window. Here is a good place to get AutoIt to work, even with games. - Bruce /*somdcomputerguy */ If you change the way you look at things, the things you look at change.
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