Network, Computer and Programming Resources
C++ - dialog template
A template used by Windows to create a dialog box window and display it. The template specifies the characteristics of the dialog box, including its overall size, initial location, style, and types and positions of its controls. A dialog template is usually stored as a resource, but templates can also be stored directly in memory. See alsoul dialog editor.