Readers will learn how to master Microsoft's exciting new component architecture, ActiveX, and build powerful new servers, controls, and COM objects within days. Extensive coverage is given of the Microsoft Foundation Classes (MFC), the new Active Template Library (ATL), and the BaseCtl framework. The CD contains numerous sample controls and all of the source code from the book.
Author(s): Jerry Anderson; John Berg; Michael Regelski
Publisher: Que
Year: 1997
ActiveX Programming with Visual C++
Table of Contents
Introduction
01 What Is ActiveX?
02 What Can ActiveX Do for You?
03 Creating ActiveX Automation Servers Using MFC
04 Creating ActiveX Automation Servers Using ATL
05 Creating ActiveX Automation Servers Using BaseCtl
06 Using MFC to Create a Basic ActiveX Control
07 Advanced ActiveX Control Development with MFC
08 Using ATL to Create a Basic ActiveX Control
09 Advanced ActiveX Control Development with ATL
10 Using BaseCtl to Create a Basic ActiveX Control
11 Advanced ActiveX Control Development with BaseCtl
12 Creating ActiveX COM Objects and Custom Interfaces Using MFC
13 Creating ActiveX COM Objects and Custom Interfaces Using ATL
14 Creating ActiveX COM Objects and Custom Interfaces on Your Own
15 Testing and Using Your Components
16 Advanced Topics