firawk Posted February 6, 2007 Posted February 6, 2007 i cannot get controlID with "AutoIt Window Info", so i use controlsend("xx...xx", "", "", "hello", 0) ,but it can't be work, what can be instead for controlID? Using ("") is wrong?? |
jaenster Posted February 6, 2007 Posted February 6, 2007 For what windows or program is it , Note if it is for diablo II you have a problem. -jaenster
firawk Posted February 6, 2007 Author Posted February 6, 2007 Just for notepad, when i run it , the word "hello" will appear in the SciTE4AutoIt3.
Moderators SmOke_N Posted February 6, 2007 Moderators Posted February 6, 2007 Just for notepad, when i run it , the word "hello" will appear in the SciTE4AutoIt3.Try using the window handle as the title. Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.
firawk Posted February 6, 2007 Author Posted February 6, 2007 Try using the window handle as the title.oh, sorry i am newbie ,can you give me some example code?, thank you
Moderators SmOke_N Posted February 6, 2007 Moderators Posted February 6, 2007 $Handle = 'Window I want To Interact With' ControlSend($Handle, '', '', 'Hello') Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.
MHz Posted February 6, 2007 Posted February 6, 2007 (edited) There is a bug reported on using no Control ID with ControlSend here. Edited February 6, 2007 by MHz
firawk Posted February 7, 2007 Author Posted February 7, 2007 oh, it is a bug , where can the 3.2.0.1(or 3.2.3 ) version be downloaded?
MHz Posted February 7, 2007 Posted February 7, 2007 (edited) oh, it is a bug , where can the 3.2.0.1(or 3.2.3 ) version be downloaded?The archive has the v3.2.0.1 installer. No beta is released as of yet.Edit:http://www.autoitscript.com/autoit3/files/archive/autoit/ Edited February 7, 2007 by MHz
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