Martin59 Posted June 2, 2006 Posted June 2, 2006 I want to send a string with numbers to a window. ControlSend($WinTitle, "", "", $Password,0) $password contains a string with two numbers. But the numbers are not sent. Why ?
cppman Posted June 2, 2006 Posted June 2, 2006 (edited) you don't seem to have a control for it to send to. you code should be something like this: ControlSend($WinTitle, "", 7, $Password,0) (*note: 7 is not the control ID. Im just using that number as an example for a control ID). btw, Welcome to the forums Edited June 2, 2006 by CHRIS95219 Miva OS Project
Martin59 Posted June 2, 2006 Author Posted June 2, 2006 No, the window is a play (Diablo II), and I can't see the Control ID with AU3INFO.exe. It is empty...
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