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