To say that the authors of ActiveX programming with Visual C++ 5.0 have a firm grasp on ActiveX programming would be an understatement. This book is very special because it has side by side examples of ActiveX Automation Servers, ActiveX Controls, and Com Object written in three different styles. The styles that are compared and demonstrated for you are MFC, ATL, and BaseCtl. In other words you can learn how to program ActiveX three different ways with this book. Because of it’s scope the book makes for a handy reference when you know how to program in one style and want to learn the other two.
Besides the introduction there are three sections, ActiveX Automation Servers, ActiveX Controls and COM Object each section is done three times, once for every programming style. Plus, the section on ActiveX Controls has another chapter for advanced programming of each style. To their credit the authors cover every part of ActiveX programming. However, the examples lack depth, and length that would make this an excellent book.
This book is a must have for the intermediate ActiveX programmer, where one technique is already mastered and others need clarification.
Part one of a four-part series on Active Server component. A simple example of creating a Active Server Component in MSVC 4.2 using the Active Template Library 2.0. Included in this issue is the source code and step by step instructions. [Read This Article][Top]
Part two of a four-part series on Active Server components. In this issue 15 Seconds discuss how to write and debug an Active Server object that writes to the Event Log. Included in the issue is the source code and step by step instructions. This issue uses MSVC 4.2 and ATL 2.0 [Read This Article][Top]
A rewrite of part one of a four-part series on Active Server objects. A simple example of creating a Active Server Component in Visual Studio 5.0 using the Active Template Library 2.0. The example component retrieves the user's cookie, if not available issues a new 128-bit cookie. Included in the issue is the source code and step by step instructions. This issue has been rewritten to illustrate the use of Visual Studio 5.0 and ATL 2.0 in writing Active Server Components. [Read This Article][Top]
A rewrite of part one of a four-part series on Active Server objects. A simple example of creating a Active Server Component in Visual Studio 5.0 using the Active Template Library 2.0. The example component retrieves the user's cookie, if not available issues a new 128-bit cookie. Included in the issue is the source code and step by step instructions. This issue has been rewritten to illustrate the use of Visual Studio 5.0 and ATL 2.0 in writing Active Server Components. [Read This Article][Top]
This article is primarily for Active Server Pages (ASP) developers who would like to take their ASP skills a step further. By bundling ASP code into server-side components, developers not only increase Visual Basic functionality and ASP speed, but also find a marvelous way to encapsulate and protect their ASP source code. [Read This Article][Top]