Disable normal behavior of Alt key
问题 When pressing the Alt key, normally the focus goes to the window's menu. I need to disable it globally . Because my application works with Alt key. When the user presses some key in combination with the Alt key, my application sends another key to active application. So I just need to ignore Alt when it opens the menu. I'm new to programming and I'm looking for VB.Net or C# code. 回答1: My first answer is to NOT use the Alt key for your program and use Ctrl instead. Blocking "normal" things