Using Forms as Classes

Project Name:	Login.vbp
File Folder:	Ex11_3

	This sample project demonstrates how to use class techniques, such as Property procedures, in a form. In this example, a Property procedure is used for a login dialog box to define which button the user selected in the dialog box. This sample also demonstrates how to convert user entry of the Enter key to a Tab.
	The resulting application presents a login screen for entry of a user ID and password. Any application could include this login screen and call the Property procedures to determine if the user clicked the OK button or the Exit button.
	For a challenge, try the following:
- Adding a login screen to the Tasks11_2 project described above.
- Terminating the Tasks11_2 project if the user clicked cancel in the login screen and proceeding to the to do list if the user clicked OK in the login screen.

