Click here to Skip to main content
15,922,007 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi,

I am doing powerpoint addin. Powerpoint does not have a feature of right click action( i.e RButtonDown ), only mouse click (LButtonDown )and mouseover is there. I want to create RButtonDown property from addin. I can use this property is to navigate slide to next or previous. Help me to create this property.

Thanks in advance.
Posted
Updated 23-Sep-11 0:00am
v2

1 solution

Don't do an addin for that. Powerpoint already allows you to do that by setting the appropriate option.

http://www.pptfaq.com/FAQ00090.htm[^]
 
Share this answer
 
Comments
sumi_j 26-Sep-11 7:38am    
My powerpoint slide has an ole object. When I right click to an object I want to go to the next slide via programatically. But I am able to do programatically, while left clicking an object. How can I programatically do right click?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900