Accelerator Keys
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
What's the best way to trap special key combinations. For example, if I want to develop a control that responds to ALT+S, F4 etc., by setting this key combination as a property. Should these key combinations be pumped from the form to controls or should the controls listen to the key presses being sent to the form? Nursey