I want to save some data in the clipoard using a custom format.
How can I do it in Visual Basic ???
Thanx
Mil
Printable View
I want to save some data in the clipoard using a custom format.
How can I do it in Visual Basic ???
Thanx
Mil
What type of data? VB Supports Bitmaps, DIB Bitmaps, Metafiles and Palettes. For text it supports ASCII, RichText and Link (DDE conversion info).
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