Hi all, I am developing an application where I want a dialog to open which will only by people who know the key combination as this will be where the settings for the program will be shown.
I want the key combination to work as long as the program has focus. I have looked it up on the Internet but all I seem to be able to manage is using a KeyEvent or KeyDownEvent on an item like the text box which isn't what I want, I want the key combination to work as long as the Windows Form has focus. For example the key combination would be Ctrl + Alt + 1 Thank you for any help in this matter.
