Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 1.25 KB

creating-an-atl-dhtml-control.md

File metadata and controls

31 lines (25 loc) · 1.25 KB
title ms.custom ms.date ms.reviewer ms.suite ms.technology ms.tgt_pltfrm ms.topic dev_langs helpviewer_keywords ms.assetid caps.latest.revision author ms.author manager
Creating an ATL DHTML Control | Microsoft Docs
11/04/2016
cpp-windows
article
C++
HTML controls, creating
DHTML controls
DHTML controls, creating
1d8f0ede-7d8b-4959-976e-b4d0e2a87f5a
10
mikeblome
mblome
ghogen

Creating an ATL DHTML Control

The ATL Control Wizard automates the process of creating a DHTML control. It generates the necessary resource files, including an HTML file containing sample code.

To create an ATL DHTML control

  1. Follow the steps in Creating an ATL Project.

  2. In Class View, right-click the project node, point to Add, and click Add Class from the shortcut menu. In the Add Class dialog box, double-click the ATL Control Wizard. In the ATL Control Wizard, click the Options tab and select DHTML control.

You can now test the default control.

See Also

Support for DHTML Control