heycalmdown Posted November 20, 2008 Posted November 20, 2008 Hi, buddies. I'm newbie in this forum. I have a question what like be wrote above title.. I have been use Send() with modified using AutoItSetOption() for MouseClickDelay(), however it never worked as I expected. It sent "{alt}" to window first, and then key up "{alt}", and handled another event 'click'. How can I send "{alt}" + MouseClick()?
billthecreator Posted November 20, 2008 Posted November 20, 2008 Send("{ALTDOWN}") MouseClick("left", 500, 500) Send("{ALTUP}") [font=Microsoft Sans Serif]My Scripts: From Most recent to least.[/font]Countdown GUI | QLOCK TWO | FlipClock | Slot Machine My UDF:_GenerateRandomNoRepeat | _GuiSnap
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