D
David Thielen
Hi;
The events I set up as follows don't work:
Microsoft.Office.Interop.PowerPoint.EApplication_Event aee =
powerPointApp;
aee.WindowBeforeDoubleClick += Event_pptWindowBeforeDoubleClick;
aee.WindowBeforeRightClick += Event_pptWindowBeforeRightClick;
but these do:
aee.NewPresentation += Event_NewPresentation;
aee.PresentationOpen += Event_PresentationOpen;
aee.WindowActivate += Event_pptWindowActivate;
What do I need to do to get an event on a right click and double
click?
thanks - dave
david@[email protected]
Windward Reports -- http://www.WindwardReports.com
me -- http://dave.thielen.com
Cubicle Wars - http://www.windwardreports.com/film.htm
The events I set up as follows don't work:
Microsoft.Office.Interop.PowerPoint.EApplication_Event aee =
powerPointApp;
aee.WindowBeforeDoubleClick += Event_pptWindowBeforeDoubleClick;
aee.WindowBeforeRightClick += Event_pptWindowBeforeRightClick;
but these do:
aee.NewPresentation += Event_NewPresentation;
aee.PresentationOpen += Event_PresentationOpen;
aee.WindowActivate += Event_pptWindowActivate;
What do I need to do to get an event on a right click and double
click?
thanks - dave
david@[email protected]
Windward Reports -- http://www.WindwardReports.com
me -- http://dave.thielen.com
Cubicle Wars - http://www.windwardreports.com/film.htm