Jump to content

Recommended Posts

Posted

I can't wrap my head around the way (multiple) files are copied to the clipboard.

I tried:

$clipBackup = ClipGet()

;Code to Run
;Code to Run

ClipPut($clipBackup)
But that only works on plain text

Is there any easy way to copy information on the clipboard in whatever format they may be in and at a later time restore the clipboard data?

I basically want to be able to use the clipboard for a task and when I'm done revert whatever was on the clipboard no matter the format. Be it an image, files, rtf, ect...

Is there a magic binary option in the clipboard. I looked at the _clipboard examples and can't seem to figure it out.

Thanks in advance for any help

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