home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 27 / IOPROG_27.ISO / SOFT / COLORFOR.ZIP / MyFormView / MyProgressCtrl.cpp < prev    next >
Encoding:
C/C++ Source or Header  |  1998-09-15  |  734 b   |  34 lines

  1. // MyProgressCtrl.cpp : implementation file
  2. //
  3.  
  4. #include "stdafx.h"
  5. #include "MyFormView.h"
  6. #include "MyProgressCtrl.h"
  7.  
  8. #ifdef _DEBUG
  9. #define new DEBUG_NEW
  10. #undef THIS_FILE
  11. static char THIS_FILE[] = __FILE__;
  12. #endif
  13.  
  14. /////////////////////////////////////////////////////////////////////////////
  15. // CMyProgressCtrl
  16.  
  17. CMyProgressCtrl::CMyProgressCtrl()
  18. {
  19. }
  20.  
  21. CMyProgressCtrl::~CMyProgressCtrl()
  22. {
  23. }
  24.  
  25.  
  26. BEGIN_MESSAGE_MAP(CMyProgressCtrl, CProgressCtrl)
  27.     //{{AFX_MSG_MAP(CMyProgressCtrl)
  28.         // NOTE - the ClassWizard will add and remove mapping macros here.
  29.     //}}AFX_MSG_MAP
  30. END_MESSAGE_MAP()
  31.  
  32. /////////////////////////////////////////////////////////////////////////////
  33. // CMyProgressCtrl message handlers
  34.