retrieving PowerPoint.ApplicationClass from document opened in WebBrowser in C#

T

tgaihdc

I'm trying to get the PowerPoint.ApplicationClass from a presentation
opened in the WebBrowser component. I know that DSOFramer is one way
to do this. From its documentation, I know that I can get the
automation object during the Webbrowser.NagivateComplete2 event. I
would like to do this, rather than use DSOFramer, but haven't figured
out how to do it.

Any advice would be greatly appreciated. Thanks in advance.

Tim
 
Top