Building an ActiveX Control

Group Name:	Task13_3.vbg
File Folder:	Ex13_3

	This example is provided in a project group. The ActiveX control 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 control project demonstrates how to create an ActiveX control. The sample control is a set of three text boxes that can be used for entry of task information. The test project is simply a form that will contain the ActiveX control to test it.
	To try this example, compile the ActiveX control, set the Version Compatibility to Project Compatibility, and define the path to the compiled ActiveX OCX. Ensure the UserDocument is closed, then open the form in the test project. You should be able to see the control appear in the form. Resizing the control should resize the text boxes within the control. You can also run the test project to view the control as a user would see it.
	For a challenge, try the following:
- Using the ActiveX Control Interface Wizard to define the interface (properties, methods, and events) for the control.
- Compiling and using the control in a Visual Basic 4 project.

