Need Access Clipboard help ...

  • Thread starter Thread starter brooks
  • Start date Start date
B

brooks

Image1.Picture = Clipboard.GetData(vbcfbitmap)

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

Thanks,

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
 
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top