Advanced Visual Basic 6.0 Programming Concepts,
Level 3

On level 3 you will learn to control other applications using Automation, learn some advanced class module tips, and learn to build ActiveX components and controls. Later, see how to start building client/server applications in Visual Basic using ADO.

Level 3
Cost: $239 + GST

Set of 2 CD's

All 3 levels
Cost: $
995 + GST

 Set of 14 CD's
CD-ROM 13
21.0 Controlling Applications Using Automation

21.1 What Is Automation?
21.2 Working with Other Applications
21.3 Example: Building an Excel Chart
21.4 Introducing WithEvents

22.0 Creating Automation Components

22.1 Creating and Using an ActiveX Code Component
22.2 Raising Events from ActiveX Components
22.3 Registering ActiveX Components
22.4 Handling Errors in ActiveX Components
22.5 In-Process vs. Out-of-Process Components
22.6 Understanding Instancing

CD-ROM 14
23.0 Building ActiveX Controls

23.1 What Is an ActiveX Control, Anyway?
23.2 Creating the ProgressMeter Project
23.3 Adding the TestMeter Project
23.4 Running the ProgressMeter at Design Time
23.5 Life and Times of a ProgressMeter Control
23.6 Drawing the ProgressMeter
23.7 Working with the ProgressMeter’s Properties
23.8 Using the ActiveX Control Interface Wizard
23.9 Giving the ProgressMeter a Property Page
23.10 Adding Events to the ProgressMeter Control
23.11 Compiling the ProgressMeter Control
23.12 Distributing the ProgressMeter Control
23.13 ActiveX Controls and the Internet