bobheart Posted July 27, 2004 Posted July 27, 2004 send("{PRINTSCREEN}"),"paint") I'm trying to take a screen shot and open it in paint but I don't think I'm doing it right as it is not working . lol What do I have wrong here ?
CyberSlug Posted July 27, 2004 Posted July 27, 2004 Send("{PrintScreen}") Run("mspaint.exe") Opt("WinWaitDelay", 10);speed things up WinWait("untitled - Paint") WinMenuSelectItem("untitled - Paint","", "&Edit", "&Paste") Or you could replace those last three lines with WinWaitActive(....) and Send("^v") Use Mozilla | Take a look at My Disorganized AutoIt stuff | Very very old: AutoBuilder 11 Jan 2005 prototype I need to update my sig!
bobheart Posted July 27, 2004 Author Posted July 27, 2004 Thank you for the help . what would this do then ? WinWaitActive(....) and Send("^v")
emmanuel Posted July 27, 2004 Posted July 27, 2004 Thank you for the help . what would this do then ?WinWaitActive(....) and Send("^v")^+v is control+v which is paste. "I'm not even supposed to be here today!" -Dante (Hicks)
bobheart Posted July 27, 2004 Author Posted July 27, 2004 Ok thanks .. I think all leave it like it is and I added this to it . Sleep(9000)
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