Haveskillz Posted May 26, 2006 Posted May 26, 2006 (edited) for a game... Opt("RunErrorsFatal", 0) Run("C:\Program Files\Diablo II\DiabloII.exe", "", @SW_MAXIMIZE) sleep(5000) AutoItSetOption("WinTitleMatchMode", 4) ; Get the handle of the diablo window $handle = WinGetHandle("diabloii", "") If @error Then exit Else $i = 0 Do ; MsgBox(4096, "success", "The window handle is " & $handle) ; Send some text directly to this window's edit control ;ControlClick("handle=" & $handle, "", "", "left") sleep(2500) ControlSend("handle=" & $handle, "", "", "{TAB}") sleep(40) ControlSend("handle=" & $handle, "", "", "{ENTER}") sleep(35000) ControlSend("handle=" & $handle, "", "", "{ENTER}") $i = $i + 1 Until $i = 1 EndIf exit but how can i hide this because @SW_HIDE dont work if this aint possible is there an other way then? thanks regards,, me! Edited May 26, 2006 by Haveskillz
Thatsgreat2345 Posted May 26, 2006 Posted May 26, 2006 is handle=$handle(the variabel name) your title? cuz if its not its not going to send it to that window
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