home *** CD-ROM | disk | FTP | other *** search
- // MyProgressCtrl.cpp : implementation file
- //
-
- #include "stdafx.h"
- #include "MyFormView.h"
- #include "MyProgressCtrl.h"
-
- #ifdef _DEBUG
- #define new DEBUG_NEW
- #undef THIS_FILE
- static char THIS_FILE[] = __FILE__;
- #endif
-
- /////////////////////////////////////////////////////////////////////////////
- // CMyProgressCtrl
-
- CMyProgressCtrl::CMyProgressCtrl()
- {
- }
-
- CMyProgressCtrl::~CMyProgressCtrl()
- {
- }
-
-
- BEGIN_MESSAGE_MAP(CMyProgressCtrl, CProgressCtrl)
- //{{AFX_MSG_MAP(CMyProgressCtrl)
- // NOTE - the ClassWizard will add and remove mapping macros here.
- //}}AFX_MSG_MAP
- END_MESSAGE_MAP()
-
- /////////////////////////////////////////////////////////////////////////////
- // CMyProgressCtrl message handlers
-