Active X Programming With Visual C++ 5

This document was uploaded by one of our users. The uploader already confirmed that they had the permission to publish it. If you are author/publisher or own the copyright of this documents, please report to us by using this DMCA report form.

Simply click on the Download Book button.

Yes, Book downloads on Ebookily are 100% Free.

Sometimes the book is free on Amazon As well, so go ahead and hit "Search on Amazon"

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

Language: English

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