Visual Basic Concepts
ActiveX Designers
A designer provides a visual design window in the Visual Basic development environment. You can use this window to design new classes visually. Visual Basic has built-in designers for forms and — in the Professional and Enterprise editions — ActiveX controls and documents.
Objects created from the classes you design in this fashion have separate design-time and run-time behavior and appearance, although many objects — such as forms and controls — look very similar in the two modes.
In addition to its built-in designers, Visual Basic allows third parties to develop designers for use in the Visual Basic development environment. These ActiveX designers work just like the built-in designers in Visual Basic, making them easy to learn and use.
What Are ActiveX Designers? Compares and contrasts ActiveX designers with Visual Basic's built-in designers.
Adding an ActiveX Designer to the Project Menu Before you can use an ActiveX designer, you have to add it to your Project menu.
Inserting a New Instance of an ActiveX Designer How to use ActiveX designers in your project.