Building an ActiveX DLL

Group Name:	Task13_1.vbg
File Folder:	Ex13_1

	This example is provided in a project group. The ActiveX DLL project and the sample project to test it are included in the same project group. Open the project group to open both projects.
	The sample ActiveX DLL project includes the classes from the Saving Objects to a File example. Class and property settings are defined for the classes, but no changes are required to the code to make these classes a part of the ActiveX component.
	The test project is the same To Do List form from the Saving Objects to a File example. This form references the ActiveX component.
	To try this example, compile the ActiveX DLL, set the Version Compatibility to Project Compatibility, and define the path to the compiled ActiveX DLL. 
	The resulting test project uses the ActiveX DLL to retrieve the list of tasks from the file and display them in the test project form.
	For a challenge, try the following:
- Create a new project with a new user interface to display tasks. Then reference this ActiveX DLL.
- Compile the IFile interface from the prior example to an ActiveX DLL and reference it in this project.

