Jump to content

Recommended Posts

Posted

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")

Posted

Here's an alternative to save an image from the clipboard without using MSPaint.

The idea is PASTE an image... also i guess that can be do it, but without as a moving selection how the Paint does.
Posted

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.

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
×
×
  • Create New...