MULTIDLG demonstrates one way to implement dynamic child dialogs like those
in the Visual C++ Project->Compiler and Project->Linker dialogs.  These
dialogs implement a listbox on the left which controls what set of controls
display on the right.  MULTIDLG accomplishes this by parsing dialog
resource templates, just as Windows would on a call to DialogBox() or
CreateDialog().
