Before you work through the steps for creating the Circle control, you may want to try out the completed control in Test Container. This will help you understand ActiveX controls and ActiveX control containers in general, and the Circle control in particular. The CIRC3 sample is an ActiveX control that is very similar to the completed Circle control.
You'll begin by building the CIRC3 sample. An ActiveX control is built in much the same way as a typical dynamic-link library (DLL).
To build the CIRC3 version of the Circle control
After successfully building the CIRC3 control, insert it into Test Container.
To insert the CIRC3 control into Test Container
The Insert Control dialog box appears.
A CIRC3 control with a hashed border and resize handles is inserted into Test Container.
You can now experiment with CIRC3 to see how it works. Try any of the following:
When you have finished, close Test Container.
By following similar steps, you can build CIRC1 and CIRC2 and insert them into Test Container.