Tech Support > Computers & Technology > Programming > How to edit PowerPoint using the Microsoft PowerPoint 10.0 Object Library in VB.Net or C#.Net
How to edit PowerPoint using the Microsoft PowerPoint 10.0 Object Library in VB.Net or C#.Net
Posted by Mike, W on May 28th, 2004


Does Anyone know how to edit an exisiting PowerPoint file using the
Microsoft PowerPoint 10.0 Object Library in VB.Net or C#.Net with the
following steps:
(i) Open the powerpoint object in .Net.
(ii) Edit the time duration of each slides in the powerpoint in .Net.
(iii) Save the Powerpoint to a new PowerPoint file in .Net.

Thanks a Lot.

Posted by Programmer Dude on May 28th, 2004


Mike, W writes:

(Note: I've done this in VB6 only, so will only offer general advice.)

That's the basic flow, yes. Find the programming docs for PP and
reference the object model. Drill down into the heirarchy to find
the time duration property (probably going to be down the Slides
Collection as part of a Slide object or sub-object).

This stuff tends to be under-documented, so it's best to set yourself
up to do some simple testing until you figure out how it all works.

--
|_ CJSonnack <Chris@Sonnack.com> _____________| How's my programming? |
|_ http://www.Sonnack.com/ ___________________| Call: 1-800-DEV-NULL |
|_____________________________________________|___ ____________________|


Similar Posts