Powerpoint Sildeshow right mouse click event

D

DSISupport

Hi,
I'm developing a PowerPoint Add-Inn that inserts an ActiveX control on a
slide and the ActiveX will perform some actions on the Slideshow Mode.
However I want to disable the Slide right-click events and let my OCX capture
all the events instead. So my question are:
1- How to disable the slide right mouse click event while in slideshow
either for all slides or for a specific slide?
2- How to let my OCX handle all the mouse events for the slide during the
slideshow mode.
3- Which events can be used to handel slide on enter, and slide on exit
while on slideshow mode.

Thanks.
 
P

Peter Huang [MSFT]

Hi,

Commentts in line!

Best regards,

Peter Huang
Microsoft Online Partner Support

Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
| Thread-Topic: Powerpoint Sildeshow right mouse click event
| thread-index: AcXN2xD28ThWYT17QpaHzZ3epzK7KA==
| X-WBNR-Posting-Host: 66.23.50.99
| From: "=?Utf-8?B?RFNJU3VwcG9ydA==?=" <[email protected]>
| Subject: Powerpoint Sildeshow right mouse click event
| Date: Mon, 10 Oct 2005 13:42:01 -0700
| Lines: 14
| Message-ID: <[email protected]>
| MIME-Version: 1.0
| Content-Type: text/plain;
| charset="Utf-8"
| Content-Transfer-Encoding: 7bit
| X-Newsreader: Microsoft CDO for Windows 2000
| Content-Class: urn:content-classes:message
| Importance: normal
| Priority: normal
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
| Newsgroups: microsoft.public.office.developer.com.add_ins
| NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.2.250
| Path: TK2MSFTNGXA02.phx.gbl!TK2MSFTNGXA03.phx.gbl
| Xref: TK2MSFTNGXA02.phx.gbl
microsoft.public.office.developer.com.add_ins:9773
| X-Tomcat-NG: microsoft.public.office.developer.com.add_ins
|
| Hi,
| I'm developing a PowerPoint Add-Inn that inserts an ActiveX control on a
| slide and the ActiveX will perform some actions on the Slideshow Mode.
| However I want to disable the Slide right-click events and let my OCX
capture
| all the events instead. So my question are:
| 1- How to disable the slide right mouse click event while in slideshow
| either for all slides or for a specific slide?
| 2- How to let my OCX handle all the mouse events for the slide during the
| slideshow mode.
| 3- Which events can be used to handel slide on enter, and slide on exit
| while on slideshow mode.


Office cusmization is based on the Object Modal, based on research,
PowerPoint's did not expose such interface for us to disable mouse click or
make the embeded ocx to handle all the mouse events.

For slide on enter/exit you may try to use the SlideShowBegin Event or
SlideShowEnd Event.


|
| Thanks.
|
|
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top