Chobby Posted April 18, 2006 Posted April 18, 2006 I'm sending a string to a program, but the Send() function writes it so slow!! Is there anything that does it faster?
Valuater Posted April 18, 2006 Posted April 18, 2006 use Clipput() then Send(Clipget()) see help this is much faster
CyberSlug Posted April 18, 2006 Posted April 18, 2006 AutoItSetOption("SendKeyDelay", 1) Use Mozilla | Take a look at My Disorganized AutoIt stuff | Very very old: AutoBuilder 11 Jan 2005 prototype I need to update my sig!
Chobby Posted April 18, 2006 Author Posted April 18, 2006 Thanks to both of you, but i think ill use CyberSlugs thing, as the program (game) doesn't support copy/paste :S Thanks for the help..
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