Visual C++ 6 Unleashed

Visual C++ 6 Unleashed

By MICKEY WILLIAMS and David Bennett

Summary

This chapter has discussed ActiveX controls, which are an evolution of OLE custom controls. When compared to OLE custom controls, ActiveX controls can be smaller, faster, and offer features that improve performance.

This chapter discussed two ways that Developer Studio simplifies the task of writing ActiveX controls. The MFC ActiveX control wizard automates the process of creating your control. With a few mouse clicks, you can be well on your way to creating an ActiveX control. In addition, the MFC class library includes a great deal of functionality that you can easily leverage into your own controls. Support for property sheets, commonly used interfaces, and data binding are all built into the MFC library.

This chapter also included information on testing your ActiveX controls. Developer Studio includes the ActiveX Test Container, which is a great place to start testing your controls. You can also use your controls in Visual C++ or in a Web page, as discussed in this chapter.

Share ThisShare This

Informit Network