Powerpoint event

B

basic

I'm making a program with vb.net that capture events in powerpoint slide show, but I have a problem with function

Public Sub SlideShowNextClick(ByVal Wn As PowerPoint.SlideShowWindow, ByVal nEffect As PowerPoint.Effect)

I'm not able to figure out to use index property of neffect object since for each event in main sequence I obtain 0 and I don't understand this bug.. how can I resolve it? thanks
 
Top