Need Access Clipboard help ...

B

brooks

Image1.Picture = Clipboard.GetData(vbcfbitmap)

the above works in VB5. What is the equivilent in Access 97 or 2000?

Thanks,

Brooks
 
T

Tom Wickerath

B

brooks

Tom,

Thanks for posting. I did find those examples before posting here.
The problem is those are text examples using CF_TEXT. I need a bitmap
example using CF_DIB or CF_BITMAP.

Brooks
 
B

brooks

Arvin,

Thanks for posting. That example shows how to get a bitmap into the
Clipboard. I need an example getting the bitmap from the Clipboard
into the Image's picture property.

Brooks
 
Top