Another Question about Clipboard

pdabasic

Active Member
Licensed User
I tried to use the clipboard access library but I have a little problem...

How can I store a complete clipboard (not only text) content and restore it to the clipboard later? :sign0085:
 

pdabasic

Active Member
Licensed User
Anybody? I think i took a bad question.
I want to make a clipboard tools what record my previous clipboard content I can select what set back to my actual clipboard without any modification.
:sign0085:
 

pdabasic

Active Member
Licensed User
My problem is only which object can I store the complete data?
Because the SetData need an object

'SetData(thing AS Object) : puts 'thing' on the clipboard'

Now I can store and restore single element like Text or Bitmap but I can't do this with the complete clipboard data.

Which object can store the all clipboard content? "..And how..?"

Thank you Agraham
 

pdabasic

Active Member
Licensed User
So here is a window what I generate your sample project in Clipboard1.0.

You said I can't restore it to my clipboard after I rewrite the clipboard content?!
 

Attachments

  • clip.jpg
    clip.jpg
    14.2 KB · Views: 221

agraham

Expert
Licensed User
Longtime User
I'm afraid that I don't really understand what you are saying. That library is compiled for the device but can also be used on the desktop. You may find that you can do some things on the desktop but not others. The demo documents the few methods of the library - they are all you have to work with, there is nothing else.
 
Top