Handle powerpoint event

  • Thread starter Thread starter basic
  • Start date Start date
B

basic

With vb.net it's possible to handle event
Public Sub SlideShowNextBuild(ByVal Wn As PowerPoint.SlideShowWindow)
that is raise when animation is complete...
Instead I wish know if exist an event that is raise when animation
begin...thanks
 
Hello,

basic said:
With vb.net it's possible to handle event
Public Sub SlideShowNextBuild(ByVal Wn As PowerPoint.SlideShowWindow)
that is raise when animation is complete...
Instead I wish know if exist an event that is raise when animation

You may want to ask this question in the powerpoint ng:

news://news.microsoft.com/microsoft.public.powerpoint

HTH,
Herfried K. Wagner
 
Back
Top