Trap ALL keystrokes?

  • Thread starter Chris Roth [ Visio MVP ]
  • Start date
C

Chris Roth [ Visio MVP ]

Anybody out there been able to capture every keypress in Visio while a user
is editing text on a shape?

The events that I've found let you detect when text editing starts and ends
on a shape, but while you're editing, Visio keeps quiet.

I can understand not wanting to send out lots and lots of events, but I have
a few cases where I'd like to see *every* keystroke.

Perhaps some sort of WinAPI hack, or some other juicy kludge???
 
A

Al Edlund

chris,
If you're still using vs.net try searching for "KeyPressEventArgs example"
Al
 
Top