Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Copying several images to clipboard as a grouped object

Status
Not open for further replies.

elQuijoteMX

Programmer
Mar 5, 2011
4
MX
Hi friends!
I'm doing a vb6 application that displays several graphs using a thrid party control (tChart).

Once the graphs are dispayed the user can copy them one by one to clipboard and paste it anywhere he wants. up to here every thing is workin Ok.

I'm thinking to give the user the functionality to copy all the graphs with a single operation. I did that using the paintpicture method of the picture control of vb6, the final destination is a powerpoint presentation, and if the user is happy to paste the tiled image of all pictures the applicaton works marvelous but (always there is a but) some times he want to put the diffrent graphs in different areas of the slide; this is solved copying one by one but is anoying, so I would like to write a code that copy all the graphs as a grouped object and then paste it on powepointer slide and ungroup it.

Is that possible? I think that a way to do this is creating an powerpoint object in vb6 and then copy it to clipboar but I don't now where to start ...

Thank you in advance for your hints
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top