Events

  • Thread starter Thread starter Alien
  • Start date Start date
A

Alien

Hello,

I read and read and read and didn't find information on that question
anywhere: I need to capture user typing, inserting of pictures, clicking on
context-menu buttons and everything a user does on a slide. Is that even
possible, is it through some events (which I couldn't find), or something
else? I could use some mouse and keyboard hooks, but they are global and I
wouldn't have any idea where the user has clicked or what he had done. Any
information would be appreciated!

Thanks in advance!
 
What is the final aim of doing this? You can perhaps get to some level by
doing the following:
1. For capturing the text the user types: OnWindowSelectionChange event gets
fired for each keystroke.
2. For getting hold of menus and menu items, assign WithEvent variables to
those menu items and menus and then handling their OnClick events.

- Chirag

PowerShow - View multiple PowerPoint slide shows simultaneously
http://officeone.mvps.org/powershow/powershow.html
 
Well, let's say that I want everything a user does on a slide to be copied to
another one - and that is real-time - once a user types a letter, for
example, on the next slide the same letter gets typed on the same place. Once
a user puts a picture, or changes the layout, or does ANYTHING at all - I
want it projected on the other slide. Is that possible?
 
Back
Top