Events PPT

  • Thread starter Thread starter MihaiBB
  • Start date Start date
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!
 
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
 
Hi Austin,

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

Regards,
Mihai.
 
Back
Top