Insert images into Selected Slides Only

D

Dileep

Hello,
I created com -add ins for PowerPoint 2007 and 2003 using
c#.net.When My application Runs, the PowerPoint opens and it has one
presentation(default).The PowerPoint has One Our owned Button, name "Insert
Images".when i click this button , It will add a new presentation
additionally.How can i delete the newly Created Presentation. In my Code use,
PowerPoint.Slide slide =
presntation.Slides.Add(powerpointAppln.ActiveWindow.Selection.SlideRange.SlideNumber, PowerPoint.PpSlideLayout.ppLayoutTitle);
This is the Probelm.
But if we use Slide.delete(). It cancel For Creating New Presentation.But
Image is not inserted.
Thanks
Dileep.
 

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

Top