Introduction - If you have any usage issues, please Google them yourself
Dialogs can be created using templates in resources or from templates
built in memory at runtime. The sample contains a class CDlgTempl
which can be used to create these templates in memory. This class
provides easy interface for builting and manipulating templates in
memory.
The DLGTEMPLATE and DLGITEMTEMPLATE structures are used for
building templates in memory. These structures are not fixed length
strucutres. They also have to be aligned properly.
This sample provides a class to build these strucutres correctly
for your. It also provides the ability to read a template from the
resource and then manipulate them.