Copy several bitmaps at the same time?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

In my VB .Net program, there are four pictureboxes and each of them has a
bitmap, and a 'Copy' button should copy all of the bitmaps into the clipboard
that can be pasted into other applications shch as a Word document.

Now I can copy only one bitmap at a time.

Please help. Thanks.
 
You may use Drag and Drop instead.
Or maybe, copy the 4 images as files instead of images.

Alejandro Lapeyre
 

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