PDA

Click to See Complete Forum and Search --> : Clipboard


Mil
Mar 16th, 2001, 03:14 AM
I want to save some data in the clipoard using a custom format.
How can I do it in Visual Basic ???

Thanx

Mil

Mar 16th, 2001, 07:18 AM
What type of data? VB Supports Bitmaps, DIB Bitmaps, Metafiles and Palettes. For text it supports ASCII, RichText and Link (DDE conversion info).

Mil
Mar 16th, 2001, 07:30 AM
I want to save in the clipboard some structured binary data...for example coordinates for vectorized graphic, ecc. and using standard data to allow clipboard preview(for example bitmap format) it is possible ???

Mil