Board index » Visual Basic
All times are UTC
How do you capture/disable the Windows keys, the ones with the logo on them between ctrl and alt?
thanks,Terry
you could set the keypreview property of your form to true to trap all keystrokes there. Then in the keydown event
if keycode = 255 then react to it
1. Keyboard capture
2. Keyboard capturing
3. Keyboard Capture
4. Keyboard capturing
5. Capturing the keyboard key that was pressed
6. capture keyboard events without interfering with apps
7. How capture weird input from keyboard?
8. Capturing Mouse & Keyboard Events Anywhere in Application
9. Keyboard: How do you capture Win keys?
10. Capture keyboard in loop
11. How can I capture keyboard and mouse inputs
12. Capturing Keyboard Event