Can C++ .NET early bind to PowerPoint XP?

R

Robert Crago

Hi there,

Is it possible to automate PowerPoint XP from Visual
C++ .NET using early binding? (Late binding works ok but
it'd be nice to have access to the syntax at compile time)

I can load the interfaces ok and see all the PowerPoint
syntax (PowerPoint::Application::Run etc) but cannot find
how to start an instance of PowerPoint running.

Can anyone share some code that will start PowerPoint XP
running from within Visual C++ .NET??

Thank you...
 

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