LOULOU Posted March 30, 2006 Posted March 30, 2006 How can I do for passing from an edit c ontrol to anather edit control automatically without haviong to press on enter Key
Moderators SmOke_N Posted March 30, 2006 Moderators Posted March 30, 2006 The more I look at this ... the more I think any answer I give would be just a guess on what you want. Can you be a bit more specific? 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.
Uten Posted March 30, 2006 Posted March 30, 2006 Use the mouse? Seriously why would you hit the enter key if it was automatic? If you use the keyboard you use TAB to get to the window and control you want to copy from. Then CTRL+A to select all text. Then normaly CTRL+C to copy the text. Then ALT+TAB to get the new window. Then Tab to get the control and finaly CTRL+V to paste the text. No enter . And it can all be done with the Send command, described in the autoit help file If this was not the right answer, then @SmOke_L is right in his assumptions Please keep your sig. small! Use the help file. Search the forum. Then ask unresolved questions :) Script plugin demo, Simple Trace udf, TrayMenuEx udf, IOChatter demo, freebasic multithreaded dll sample, PostMessage, Aspell, Code profiling
Xenobiologist Posted March 30, 2006 Posted March 30, 2006 Use the mouse?Seriously why would you hit the enter key if it was automatic?If you use the keyboard you use TAB to get to the window and control you want to copy from. Then CTRL+A to select all text. Then normaly CTRL+C to copy the text. Then ALT+TAB to get the new window. Then Tab to get the control and finaly CTRL+V to paste the text.No enter . And it can all be done with the Send command, described in the autoit help file If this was not the right answer, then @SmOke_L is right in his assumptionsHi,hmmh I think when there are to EditControls in one Gui, you cannot jump via Send or keystroke to the next one. But maybe someone shows me the opposite. So long,Mega Scripts & functions Organize Includes Let Scite organize the include files Yahtzee The game "Yahtzee" (Kniffel, DiceLion) LoginWrapper Secure scripts by adding a query (authentication) _RunOnlyOnThis UDF Make sure that a script can only be executed on ... (Windows / HD / ...) Internet-Café Server/Client Application Open CD, Start Browser, Lock remote client, etc. MultipleFuncsWithOneHotkey Start different funcs by hitting one hotkey different times
CyberSlug Posted March 31, 2006 Posted March 31, 2006 This might be the answer:http://www.autoitscript.com/forum/index.ph...topic=20372&hl= Use Mozilla | Take a look at My Disorganized AutoIt stuff | Very very old: AutoBuilder 11 Jan 2005 prototype I need to update my sig!
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