Jump to content

Screen shot open paint .


Recommended Posts

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 ?

Link to comment
Share on other sites

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!
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...