Call this member function to create the progress bar control attached to this CProgressCtrl object.
You construct a CProgressCtrl object in two steps. First call the constructor, which creates the CProgressCtrl object; then call Create.
BOOL Create( DWORD dwStyle, const RECT& rect, CWnd* pParentWnd, UINT nID );
Header file: | Afxcmn.h |
Platforms: | |
Versions: | 1.0 and later |
Complete documentation: | Visual C++ documentation |
CProgressCtrl Overview, CProgressCtrl Member Functions, Control Classes, CProgressCtrl::CProgressCtrl