Identifying the Elements of the DHTML Control Project

Most DHTML control code is exactly like that created for any ATL control. For a basic understanding of the generic code, work through the ATL tutorial, and read the sections Creating an ATL Project and Fundamentals of ATL COM Objects.

A DHTML control is similar to any ATL control, except:

Examining the elements of the DHTML control project

The following graphic illustrates the relationship between your DLL, the DHTML control, the web browser, and the HTML resource.

Note   The names on this graphic are placeholders. The names of your HTML resource and the interfaces exposed on your control are based on the names you assign them in the ATL Object Wizard.

In this graphic, the elements are:

See Creating an ATL DHTML Control to get started building a DHTML control.

ATL Support for DHTML Controls