Jump to content

Does anyone know if there is an object associated with MSPaint.exe?


Recommended Posts

Like Word of MS office:

$oOfficeApp = ObjCreate("Word.Application")

$oOfficeApp.visible = True

$oOfficeApp.documents.add

$oOfficeApp.selection.PasteAndFormat(16)

is there a way do the same to MSPaint to auto paste image from clipboard to Mspaint except sending key("^v")

Link to comment
Share on other sites

I guess it depends really on what the OP wants to do with the image. If they NEED mspaint to do something mspainty then sure, but if they're just saving an image, just want to view an image (or even manipulate it) there are alternatives.

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...