Quote Originally Posted by Lerroy_Jenkins
Can you please expand on that code a little penagate? I dont understand what is happening.
The KeyPreview property of the form allows it to receive keyboard events before its controls do.
AddHandler is a VB.NET statement used to attach an event handler to a particular event.