View Single Post
 
Old 03-29-2006, 08:21 AM
ferrja ferrja is offline
Novice
 
Join Date: Mar 2006
Posts: 1
ferrja
Default Powerpoint and Visual Studio

How does one add two images (jpg) into one slide in powerpoint via Visual Studio.
I know you can add one image to one slide with oSlide.Shapes.Addpicture().
I tried to add two textboxes on a slide and group them.
Then I used the index of each box to add the image.
oSlide.shapes.Item(x).GroupItems.textframes....... .etc.
But, there is no method in textframes to add pictures.

Is there maybe another method or work around?

Thanx.
Reply With Quote