harle Posted February 4, 2004 Share Posted February 4, 2004 HI Im doing a script where the box where i want the text to be copyed from is selected but i dont know how to copy it and then paste it. Plz help cheerz Link to comment Share on other sites More sharing options...
Somerset Posted February 4, 2004 Share Posted February 4, 2004 send("^a") -- select all send("^c") -- copy selected send("^x") -- cuts what has been selected. send("^v") -- paste what has been copied or cut. Link to comment Share on other sites More sharing options...
harle Posted February 4, 2004 Author Share Posted February 4, 2004 thanks man u solved it Link to comment Share on other sites More sharing options...
sykes Posted February 4, 2004 Share Posted February 4, 2004 Send("^C") would copy any selected text Send("^V") would paste We have enough youth. How about a fountain of SMART? Link to comment Share on other sites More sharing options...
sykes Posted February 4, 2004 Share Posted February 4, 2004 Dang .. just wasn't fast enough with the post ah well As Larry would say (post count + 1) We have enough youth. How about a fountain of SMART? Link to comment Share on other sites More sharing options...
Developers Jos Posted February 4, 2004 Developers Share Posted February 4, 2004 As Larry would say (post count + 1) Nope.... 2!!!!! SciTE4AutoIt3 Full installer Download page  - Beta files    Read before posting   How to post scriptsource   Forum etiquette Forum Rules  Live for the present, Dream of the future, Learn from the past. Link to comment Share on other sites More sharing options...
Somerset Posted February 4, 2004 Share Posted February 4, 2004 what is this post +1 stuff about? post + 3 Link to comment Share on other sites More sharing options...
CyberSlug Posted February 4, 2004 Share Posted February 4, 2004 Send("^C") would copy any selected textSend("^V") would pasteRemeber that capital letters inside a Send statement might be interpreted as Shift+letterSend("^C") == Send("^!c") which sometimes has a special meaning in a program.One more for the post count Use Mozilla | Take a look at My Disorganized AutoIt stuff | Very very old: AutoBuilder 11 Jan 2005 prototype I need to update my sig! Link to comment Share on other sites More sharing options...
Developers Jos Posted February 4, 2004 Developers Share Posted February 4, 2004 Ok will remember !! +1 SciTE4AutoIt3 Full installer Download page  - Beta files    Read before posting   How to post scriptsource   Forum etiquette Forum Rules  Live for the present, Dream of the future, Learn from the past. Link to comment Share on other sites More sharing options...
CyberSlug Posted February 4, 2004 Share Posted February 4, 2004 what is this post +1 stuff about?post + 3 http://www.hiddensoft.com/forum/index.php?showtopic=701might have something to do with it Use Mozilla | Take a look at My Disorganized AutoIt stuff | Very very old: AutoBuilder 11 Jan 2005 prototype I need to update my sig! Link to comment Share on other sites More sharing options...
Somerset Posted February 4, 2004 Share Posted February 4, 2004 what about those special boxes that don't accept paste? hmmmmmmm ? more room for postings one more post for the road. Link to comment Share on other sites More sharing options...
Somerset Posted February 4, 2004 Share Posted February 4, 2004 hmmmmmmmm i read it before cyberslug i was acting like a microsoft programmer. Link to comment Share on other sites More sharing options...
CyberSlug Posted February 4, 2004 Share Posted February 4, 2004 Hey that reminds me: Has anyone noticed that the address bar in Explorer/My Computer on Windows XP does not accept Ctrl+A to select all text? Were other versions of Windows like this??? A workaround is to use HotKeySet ("^a", "foo") while 1 sleep(100) wend Func foo() Send("{APPS}a") EndFunc Just wondering Use Mozilla | Take a look at My Disorganized AutoIt stuff | Very very old: AutoBuilder 11 Jan 2005 prototype I need to update my sig! Link to comment Share on other sites More sharing options...
Developers Jos Posted February 4, 2004 Developers Share Posted February 4, 2004 hmmmmmmmm i read it before cyberslug i was acting like a microsoft programmer. only 10 left beerman till the next level!! you can do it !!! Starts to sound like a fishing game... maybe we can even write a AutoIt3 Script for it SciTE4AutoIt3 Full installer Download page  - Beta files    Read before posting   How to post scriptsource   Forum etiquette Forum Rules  Live for the present, Dream of the future, Learn from the past. Link to comment Share on other sites More sharing options...
Somerset Posted February 4, 2004 Share Posted February 4, 2004 works in mine, am under windows 98 se. mini version of course. but yeah i have noticed some controls don't allow cutting pasting or otherwise select all. i dunno how to help with that one. Link to comment Share on other sites More sharing options...
Somerset Posted February 4, 2004 Share Posted February 4, 2004 gossip n 1. conversation about personal or intimate rumors or facts, especially when malicious 2. informal and chatty conversation or writing about recent and often personal events 3. somebody given to spreading personal or intimate information about other people definition... lol i choose number 2 +1more4me Link to comment Share on other sites More sharing options...
CyberSlug Posted February 4, 2004 Share Posted February 4, 2004 ok... now yall are just padding your post count with gossip talk... cha ching (+1)Â Perhaps we are testing how the forum/server handles a high volume of posts. (I think we'll get a lot of activity once the AutoIt 3 is officially released, so we are just preparing for it ) Use Mozilla | Take a look at My Disorganized AutoIt stuff | Very very old: AutoBuilder 11 Jan 2005 prototype I need to update my sig! Link to comment Share on other sites More sharing options...
Somerset Posted February 4, 2004 Share Posted February 4, 2004 hey cyberslug. do you think jon would add this to the official help? the suject that you found, and at the bottom ot top of the page allow you to just port it to a script as a working example? and or just simple text? counting those posts Link to comment Share on other sites More sharing options...
CyberSlug Posted February 4, 2004 Share Posted February 4, 2004 hey cyberslug. do you think jon would add this to the official help?the suject that you found, and at the bottom ot top of the page allow you to just port it to a script as a working example? and or just simple text?counting those posts I have no idea what you are asking. Please rephrase.... Use Mozilla | Take a look at My Disorganized AutoIt stuff | Very very old: AutoBuilder 11 Jan 2005 prototype I need to update my sig! Link to comment Share on other sites More sharing options...
scriptkitty Posted February 4, 2004 Share Posted February 4, 2004 Dang it JdeB, he is going to write a autoIt script to hit Advanced Spammer. btw, I thought this was fun.I made a little autoit script to play for me.http://www.auburn.edu/~alamysm/pinguin.swfMake your own script up to play, or use the mouse yourself.30 min playtime.Long was 324.2Several 323.5Longest Faceplant 209.3Was fun playing around with pixelsearch.Wait what were we talking about? AutoIt3, the MACGYVER Pocket Knife for computers. 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