Possible values for _KeyAscii_ are the ASCII codes. To see a list of these codes, search for "ASCII character codes" on MSDN. If you set _CancelDefault_ to **True** , Visio does not process the ...
If you set _CancelDefault_ to **True**, Visio does not process the message received when the mouse button is clicked. Unlike some other Visio events, **KeyPress** does not have the prefix **Query**, ...
I am using ListBox.KeyPress to capture and handle some key events but I would like the keys I handle to NOT be sent along to the control if possible. How can I accomplish this?