Alright I would like to know how to approach having your form respond to keys pressed on the keyboard when the form is not active.


Here's an example. You know how some macro programs have press F8 or some key like that to start the current macro? And you can press F8 even when the window is not maximized or active! How would I do this? Here's all I want to know:

Question: When a form is minimized or just not active and you press F8 on the keyboard, how can I make a messagebox come up? I should be able to fiqure out the rest.