Pressing Ctrl key and down arrow shortly thereafter in a textbox, anyone can
tell me how? Can detect one key down but not combination of both.
Any help would be appreciated
RD
Morten Wennevik - 31 Mar 2005 22:49 GMT
Hi RD,
Listen for the arrow key and check if KeyEventArgs.Control property is
true.
There is also the static Control.ModifierKeys/MouseButtons that is handy
when you need to detect Ctrl+MouseLeft etc.

Signature
Happy Coding!
Morten Wennevik [C# MVP]