Creating an Object from a Class

Project Name:	Task10_1.vbp
File Folder:	Ex10_1

	This sample project demonstrates building a class in a class module and creating an object from the class. Message boxes are displayed to identify when the object is initialized and terminated.
	The resulting application allows you to define a task; any assignment that you don't want to forget. The application can be minimized and then brought back up at any time to review the task. Since the task is not stored, it will not be retained once the application is terminated.
	For a challenge, try the following:
- Providing validation on the entered time due.
- Adding a category to the application. The user could then select a category for the task such as "personal", "business", "school" and so on. You can implement this as a text box or as a combo box.
