R
Robert Crago
Hi there,
I have a PictureBox that contains an image I created from
a file thus:
pictureBix1.Image = new Bitmap("Image.gif");
Now I want to place that same image on the PPC clipboard
so it can be pasted into other applications like Pocket
Word or Notes.
I can successfully paste text into the clipboard using
DllImports but do not know how to access the underlying
hBitmap (or whatever) to pass to SetClipboardData().
Any suggestions?
Thank you...
Robert
I have a PictureBox that contains an image I created from
a file thus:
pictureBix1.Image = new Bitmap("Image.gif");
Now I want to place that same image on the PPC clipboard
so it can be pasted into other applications like Pocket
Word or Notes.
I can successfully paste text into the clipboard using
DllImports but do not know how to access the underlying
hBitmap (or whatever) to pass to SetClipboardData().
Any suggestions?
Thank you...
Robert