home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Windoware
/
WINDOWARE_1_6.iso
/
source
/
cppwin10
/
cdlg1.hpp
< prev
next >
Wrap
C/C++ Source or Header
|
1991-01-11
|
312b
|
18 lines
/***
Test class for testing the CDlg class
Header file.
***/
#ifndef CDlg1_INC
#define CDlg1_INC
#include "cdlg.hpp"
class CDlg1 : public CDlg {
public:
BOOL DoCommand(WORD ControlID, LONG lParam);
/*int DoDialog(HANDLE hInst, LPSTR lpDlgName, HWND hParent, LONG lParam);*/
};
#endif