Hi guys. Is there any way to create an even handler for a keyboard key. e.g. similar to a normal event with a button. But now all I want is like to press a certain key, say 'm' and write some code when the user presses this key. Is there any way to do this? so let's say, the program is up and running, and when the user presses the 'm' key, a message box appears with "hello". Is there any way to do this?

Jennifer