|
In the Code window, select Form in the first drop-down box, and KeyUp in the second. This method is executed when a key is pressed and released - the KeyCode variable tells you which key. For example, vbKeyS represents the letter S, and vbKeyUp represents the up key. There's a full list on the MSDN.
|