home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic 5 Developer's Kit / vb5 dev kit.iso / dev / mailx6 / _setup.2 / Group7 / Wizard95.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-05-05  |  937 b   |  39 lines

  1. // Wizard95.h : main header file for the WIZARD95 application
  2. //
  3.  
  4. #ifndef __AFXWIN_H__
  5.     #error include 'stdafx.h' before including this file for PCH
  6. #endif
  7.  
  8. #include "resource.h"        // main symbols
  9.  
  10. /////////////////////////////////////////////////////////////////////////////
  11. // CWizard95App:
  12. // See Wizard95.cpp for the implementation of this class
  13. //
  14.  
  15. class CWizard95App : public CWinApp
  16. {
  17. public:
  18.     CWizard95App();
  19.     CWizard95Dlg *m_pDlg;
  20.  
  21. // Overrides
  22.     // ClassWizard generated virtual function overrides
  23.     //{{AFX_VIRTUAL(CWizard95App)
  24.     public:
  25.     virtual BOOL InitInstance();
  26.     //}}AFX_VIRTUAL
  27.  
  28. // Implementation
  29.  
  30.     //{{AFX_MSG(CWizard95App)
  31.         // NOTE - the ClassWizard will add and remove member functions here.
  32.         //    DO NOT EDIT what you see in these blocks of generated code !
  33.     //}}AFX_MSG
  34.     DECLARE_MESSAGE_MAP()
  35. };
  36.  
  37.  
  38. /////////////////////////////////////////////////////////////////////////////
  39.