232showtime Posted September 3, 2014 Posted September 3, 2014 is it possible to copy and ControlSend or Send a string of characters that I typed from GUICtrlCreateInput ? i googled it still cant find the right answer.. ill get to that... i still need to learn and understand a lot of codes Correct answer, learn to walk before you take on that marathon.
JohnOne Posted September 3, 2014 Posted September 3, 2014 GuiCtrlRead() will get you the contents of your input box. 232showtime 1 AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
Solution bordomavi Posted September 3, 2014 Solution Posted September 3, 2014 is it possible to copy and ControlSend or Send a string of characters that I typed from GUICtrlCreateInput ? i googled it still cant find the right answer.. $read = GUICtrlRead($input1) Send($read) try this 232showtime 1
232showtime Posted September 3, 2014 Author Posted September 3, 2014 (edited) Thanks johnone for the idea & bordomavi for the example i did like this... $x3= GUICtrlRead($input1) ControlSend("Open", "", "[CLASS:Edit;INSTANCE:1]", $x3) cant mark both as solved Edited September 3, 2014 by 232showtime ill get to that... i still need to learn and understand a lot of codes Correct answer, learn to walk before you take on that marathon.
JohnOne Posted September 3, 2014 Posted September 3, 2014 When in doubt, the one with the example is best for others to see as solution. 232showtime 1 AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
232showtime Posted September 4, 2014 Author Posted September 4, 2014 Got it... :sweating: ill get to that... i still need to learn and understand a lot of codes Correct answer, learn to walk before you take on that marathon.
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