HI All
I am crating project and I want to copy an image to clipboard and then paste it in RTB
I used this and it worked
but however the old contains of the ClipBoard will clearedvb Code:
Clipboard.Clear Clipboard.SetImage("C:/Example.bmp") document.paste, so how can I copy and paste this image without lose the clipboard contain
there's two ways I found but I couldn't did them in code and don't know if they can work or not??
1-save the clipboard contain in another object or variable and them after copy paste the image bring them back to the clipboard
2-create a new clipboared
but don't know how to paste from this clipboardvb Code:
Dim MyClipBoard As Clipboard
help me please and thanks in advance![]()




, so how can I copy and paste this image without lose the clipboard contain
Reply With Quote