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...
 
Top