Building an ActiveX Document Server

Project Name:	Task13_4.vbp
File Folder:	Ex13_4

	This sample project demonstrates how to create an ActiveX document. The To Do List form from the Building an ActiveX EXE example was included in this project and converted to an ActiveX document using the VB ActiveX Document Migration Wizard. The resulting ActiveX document will use the ActiveX server from the Building an ActiveX EXE example.
	To try this example, ensure the ActiveX EXE from the Building an ActiveX EXE example is compiled and the reference to it is set in this project. Then compile this ActiveX document server and exit Visual Basic. Then run the Setup Wizard and select an Internet download setup. After the Setup Wizard is complete, double-click on the Task13_4.HTM file that was created in the directory you had defined in the Setup Wizard. If you have Microsoft Explorer 3.0 or better, the To Do List form should be displayed inside Microsoft Explorer.
	For a challenge, try the following:
- Creating your own ActiveX document within the project.
- Establishing a link between the two ActiveX documents.
- Coping the files from the Install subdirectory to your Web server (it must be an IIS server as of this beta) and try displaying the HTM page from the Web server.

