Visual Basic Concepts

Providing User Assistance for ActiveX Components

Creating a Help file for your component is highly recommended. One of the most important benefits of components is enabling code reuse, a goal you will be much more likely to achieve if developers and end users can easily get Help for the objects you’ve authored. ActiveX components support both Windows Help and HTML Help files.

You can also provide browser strings that briefly describe your objects and their properties, methods, and events. Users of your component can view these description strings using the Object Browsers in their programming tools, and jump to the Help topics you’ve provided.

The following topics explain how to use these user assistance features.

For More Information   See "Adding Help to Your Application" in the Programmer's Guide.

When it comes to user assistance, don’t underestimate the importance of choosing good names for your objects and their interfaces. See "What’s in a Name?" in "General Principles of Component Design," and "Object Naming Guidelines" in "ActiveX Component Standards and Guidelines."