Multi Key Hotkeys in VB 2010
问题 I've written a simple WAV player in VB 2010 - a Windows Form App with no menus. I'm trying to create a hotkey, like CTRL-D that would make a text box visible. Typing the correct password in the box will expand the form and show some Administrative functions. I'm having issues creating the hotkey with more than one key. I've got the following code, but it does not work. I do have KeyPreview set to True. Private Sub _KeyDown(sender As Object, e As System.Windows.Forms.KeyEventArgs) Handles Me