Connecting Tech Pros Worldwide Forums | Help | Site Map

Handle powerpoint event

basic
Guest
 
Posts: n/a
#1: Nov 19 '05
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



Herfried K. Wagner [MVP]
Guest
 
Posts: n/a
#2: Nov 19 '05

re: Handle powerpoint event


Hello,

"basic" <crow78@tiscalinet.it> schrieb:[color=blue]
> 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[/color]

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

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

HTH,
Herfried K. Wagner
--
MVP · VB Classic, VB .NET
http://www.mvps.org/dotnet


Closed Thread