Powerpoint addin not throwing events

S

Stephen

I am currently developing a com addin, using VS .NET
2003, for Word, Excel and Powerpoint which uses the doc
open event from each of the object libraries (office 9)
I've included to catch the opening of files in the
various applications.

I looked through the MSDN library and the information for
using events is identical for these applications.

The word addin works fine using the
Word.ApplicationEvents2_DocumentOpenEventHandler, as does
excel using Excel.AppEvents_WorkbookOpenEventHandler, but
I can't get the powerpoint
PowerPoint.EApplication_PresentationOpenEventHandler to
fire. In fact, I have tried all the events in the
powerpoint library and none of them fire.

Am I missing something obvious or has powerpoint got
another property I need to set before it will throw
events?

Cheers,
Stephen
 

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