Lesson 8 Readme:

For this guide we recommend Microsoft Visual Basic 2010 Express. You can also use Microsoft
Visual Studio 2008. 

- lesson8_VisualExpress2010 contains project files for Lesson 8 for Microsoft 
Visual Studio 2010

- lesson8_VisualStudio2008 contains project files of Lesson 8 for Microsoft 
Visual Studio 2008.


The most important files within these folders are:

	MyBonusPlugin.sln - This is the Visual Studio solution 
file for the project. Double-click this to launch the project in Visual Studio, 
or select it when from the Visual Studio->File->Open->Project/Solution menu option.
 	
	MyCommands.vb - Contains the code from the lesson. You will edit this file 
in Visual Studio as you work through the lessons.
	
	The other files are necessary for Visual Studio - do not delete them - but you will 
not be editing them directly.


