ATL Wizards and Dialog Boxes
The Active Template Library (ATL) wizards generate boilerplate code for various kinds of COM objects. You can run the wizards by opening the shortcut menu for a project in Solution Explorer and choosing Add, Class.
Related Articles
Title | Description |
---|---|
Creating an ATL Project | Describes the ATL project wizard and its settings. |
ATL Simple Object | Creates a basic object. |
ATL Property Page | Creates a basic property page. Not available in Visual Studio 2019 and later. |
ATL OLE DB Provider | Creates a basic OLE DB provider. Not available in Visual Studio 2019 and later. |
ATL OLE DB Consumer | Creates a basic OLE DB consumer. Not available in Visual Studio 2019 and later. |
ATL Dialog Box | Creates a basic dialog box. |
ATL Control | Creates a basic ActiveX control. |
ATL COM+ 1.0 Component | Creates a basic ATL COM+ 1.0 component. Not available in Visual Studio 2019 and later. |
ATL Active Server Page Component | Creates a basic ATL Active Server Page component. Not available in Visual Studio 2019 and later. |
ATL COM Desktop Components | Links to the ATL documentation. |