C/C++
dialog.asc
Associated article: Dynamic Dialog Boxes and C++
Tags: C/C++
_DYNAMIC DIALOG BOXES IN C++_ by Robert Sardis [LISTING ONE] /***** DialogTemplate class ******/ #include <windows.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #include <mem.h> int ErrorMessage(LPSTR); ...


