Visual Basic 2010 Express Tutorial 29 - Making a Class


This tutorial will take what was done in Tutorial 28 and modify the application for use with classes. To make a class, click Project -> Add Class, Select Class from the Templates, change the name and click Add. The class is now ready for the code.

Code Download
VBT29.zip