How would you disable the ctrl, alt, delete, windows, and tab keys?

Thanks

Recommended Answers

All 2 Replies

How would you disable the ctrl, alt, delete, windows, and tab keys?

Thanks

Every keystroke in Windows has an ASCII number and you can disable any key or combinatin of keys using these ASCII key codes. Mouse clicks can also be disabled in the same way. Look for an ASCII chart for the numeric equivilant's and then search "disabling keystrokes in VB.NET" This would be coded in the keydown event

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.