home *** CD-ROM | disk | FTP | other *** search
- /***
- Test window class.
- ***/
-
- #ifndef CWind1_INC
- #define CWind1_INC
-
- #include "cwind.hpp"
-
- class CWind1 : public CWind {
- public:
- CWind1(HANDLE ,HANDLE);
- LONG DoCommand(WORD wMenuId, LONG lParam);
- LONG DoSize(WORD wCmd, LPPOINT lpPoint);
- ~CWind1();
-
- CWind *pButton;
- CWind *pList;
- int Ctr;
- };
- #endif
-