TWR
T windows api WRapper
 All Classes Functions
AboutDlg.h
1 #include "resource.h"
2 #include "BaseDialog.h"
3 
4 class AboutDlg : public BaseDialog {
5 protected:
6  INT_PTR OnCommand(WPARAM wParam);
7 public:
8  AboutDlg(HWND parent, int resource);
9 };