Events PPT

M

MihaiBB

Hi

Does anyone know how to design an add-in which redirect all the
presentation
events to the add-in events?

I am trying to build an add-in which will report:
- slides viewed.
- time for slides viewed.

I tried the PPT AutoEvents, I tried to add the class events but without
any
success.

Many Thanks!
 
A

Austin Myers

You would want to use the "NextSlideEvent". You would capture the event and
start a timer. On the next slide (NextSlideEvent) you would record the
amount of time and then reset the timer.

PowerPoint does not expose the events as other office apps do and you must
build your own class to capture them.

This should help you. http://www.pptfaq.com/FAQ00004.htm

Austin Myers
AT&W Technologies

Creators of PowerPoint add-ins
 
M

MihaiBB

Hi Austin,

I was able to find a good solution.
Thanks for the feedback.

Regards,
Mihai.
 

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