Page 1 of 1

Clipboard images and Text

Posted: Mon Mar 27, 2006 12:56 pm
by RichardL
Hi,

With PB I can put text onto the clipboard and paste it into MS Word.

With PB I can put an image onto the clipboard and paste it into MS Word.

Can anyone point me towards a method for putting several images and text elements onto the clipboard at the same time?

Thanks
Richard L

Posted: Wed Apr 05, 2006 12:23 pm
by Tranquil
maybe this is something for the feature & wishlist.

Something like:

AddClipboardObject()
RemoveClipboardObject()
CountClipboardObjects()
ExamineClipboardObjects()
NextClipboardObject()
GetClipboardObjectType()
ClearClipboard()