Dralor Posted August 2, 2009 Posted August 2, 2009 (edited) Me english is bad, so i use exaple >_< How can i do that? Stworzokno() And Wyswietlmsg() Func Stworzokno() GUICreate ( "title", 300, 300 ) GUISetState() EndFunc Func Wyswietlmsg() MsgBox ( 0, "a", "msg" ) EndFunc Edited August 2, 2009 by Dralor
Info Posted August 2, 2009 Posted August 2, 2009 (edited) #include <GUIConstants.au3> Stworzokno() Wyswietlmsg() Func Stworzokno() GUICreate ( "title", 300, 300 ) GUISetState() EndFunc Func Wyswietlmsg() MsgBox ( 0, "a", "msg" ) EndFunc Do Sleep(50) Until GUIGetMsg() = $GUI_EVENT_CLOSE Edited August 2, 2009 by Info
Developers Jos Posted August 2, 2009 Developers Posted August 2, 2009 no i want do 2 works while (während)This is impossible in a single script as it is single treaded. 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.
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