firawk Posted February 6, 2007 Share 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?? | Link to comment Share on other sites More sharing options...
jaenster Posted February 6, 2007 Share Posted February 6, 2007 For what windows or program is it , Note if it is for diablo II you have a problem. -jaenster Link to comment Share on other sites More sharing options...
firawk Posted February 6, 2007 Author Share Posted February 6, 2007 Just for notepad, when i run it , the word "hello" will appear in the SciTE4AutoIt3. Link to comment Share on other sites More sharing options...
Moderators SmOke_N Posted February 6, 2007 Moderators Share 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. Link to comment Share on other sites More sharing options...
firawk Posted February 6, 2007 Author Share 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 Link to comment Share on other sites More sharing options...
Moderators SmOke_N Posted February 6, 2007 Moderators Share 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. Link to comment Share on other sites More sharing options...
MHz Posted February 6, 2007 Share Posted February 6, 2007 (edited) There is a bug reported on using no Control ID with ControlSend here. Edited February 6, 2007 by MHz Link to comment Share on other sites More sharing options...
firawk Posted February 7, 2007 Author Share Posted February 7, 2007 oh, it is a bug , where can the 3.2.0.1(or 3.2.3 ) version be downloaded? Link to comment Share on other sites More sharing options...
MHz Posted February 7, 2007 Share 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 Link to comment Share on other sites More sharing options...
firawk Posted February 7, 2007 Author Share Posted February 7, 2007 thanks a million! Link to comment Share on other sites More sharing options...
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