PowerPoint Undo Programmatically

S

soum

Hello,
I have a PowerPoint addin, and I would like to hook into PowerPoint's
Undo/Redo events. How do I do this? In the worst case, where would I look to
handle keydown events (to listen to Ctrl+Z)?

The active presentation (Globals.AddIn.Application.ActivePresentation)
doesn't seem to have any relevant events, neither does the active window
object
(Globals.AddIn.Application.ActiveWindow). Where do I look?

Thanks for the help,
 
S

Shyam Pillai

Hello soum,

No keyboard events are supported natively in PowerPoint. You will have to
hook into them on an application level if you wish to do so.

Regards,
Shyam Pillai


OfficeTips: http://skp.mvps.org
 

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