home *** CD-ROM | disk | FTP | other *** search
/ Mastering Visual Basic 6 / mastvb6.iso / leadtools / ocx32.lt / MMAPP.H < prev    next >
Encoding:
C/C++ Source or Header  |  1998-03-16  |  804 b   |  37 lines

  1. // MMApp.h : main header file for the MMAPP 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. // CMMApp:
  12. // See MMApp.cpp for the implementation of this class
  13. //
  14.  
  15. class CMMApp : public CWinApp
  16. {
  17. public:
  18.     CMMApp();
  19.  
  20. // Overrides
  21.     // ClassWizard generated virtual function overrides
  22.     //{{AFX_VIRTUAL(CMMApp)
  23.     public:
  24.     virtual BOOL InitInstance();
  25.     //}}AFX_VIRTUAL
  26.  
  27. // Implementation
  28.  
  29.     //{{AFX_MSG(CMMApp)
  30.         // NOTE - the ClassWizard will add and remove member functions here.
  31.     //}}AFX_MSG
  32.     DECLARE_MESSAGE_MAP()
  33. };
  34.  
  35.  
  36. /////////////////////////////////////////////////////////////////////////////
  37.