HANG    IN    THERE!!!    ONLY    9    MORE    LESSONS    TO    GO!!!


OBJECTIVES

This lesson focuses on learning how your VB program can respond to keyboard events, how to detect that a key was pressed or released, and how to manipulate the input data that comes from the keyboard.

THE KEYBOARD

1.  The KeyPress event occurs whenever the user ....

2.  The KeyDown event occurs whenever the user ....

3.  The KeyUp event occurs whenever the user ....

4.  Once the KeyPreview property of a form is set to True, ....

TEST YOUR PROGRESS

ANSWER KEY:

BACK TO HOMEPAGE

VB ONLINE: