C
coder1024
I have a C# application from which I'd like to work with a PowerPoint
presentation. Specifically, I'd like to let the user pick a .ppt file and
have my app open it up and display one or more of the slides, add slides,
delete slides, modify slides, etc.
Where's the best place to start? I'm guessing I can use COM from C# to make
use of PowerPoint to interface with the .ppt file on my behalf. I only seem
to be able to find stuff on MSDN geared to VB or VB-scripting from other
office apps. I wasn't able to find info on office development from an
external app, with the exception of a VB reference document. I'm guessing I
could start with that to at least give me a picture of the
objects/methods/etc., but was wondering if anyone else knew of additional
resources.
Thanks
presentation. Specifically, I'd like to let the user pick a .ppt file and
have my app open it up and display one or more of the slides, add slides,
delete slides, modify slides, etc.
Where's the best place to start? I'm guessing I can use COM from C# to make
use of PowerPoint to interface with the .ppt file on my behalf. I only seem
to be able to find stuff on MSDN geared to VB or VB-scripting from other
office apps. I wasn't able to find info on office development from an
external app, with the exception of a VB reference document. I'm guessing I
could start with that to at least give me a picture of the
objects/methods/etc., but was wondering if anyone else knew of additional
resources.
Thanks