A
active
Is there an easy way to add a Dib to the clipboard.
I've tried these commands.
myData.SetData(DataFormats.Bitmap, True, MyBitmap)
SetClipboardData(CLIPFORMAT.CF_BITMAP, MyBitmap.GetHbitmap)
SetClipboardData(CLIPFORMAT.CF_DIB, MyBitmap.GetHbitmap)
Clipbrd may menu the DIB but even when it does it can not display it.
It's not necessary that I add the DIB but if it's easy I'd like to.
Thanks
I've tried these commands.
myData.SetData(DataFormats.Bitmap, True, MyBitmap)
SetClipboardData(CLIPFORMAT.CF_BITMAP, MyBitmap.GetHbitmap)
SetClipboardData(CLIPFORMAT.CF_DIB, MyBitmap.GetHbitmap)
Clipbrd may menu the DIB but even when it does it can not display it.
It's not necessary that I add the DIB but if it's easy I'd like to.
Thanks