CProgressCtrl::Create

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.

Syntax

BOOL Create( DWORD dwStyle, const RECT& rect, CWnd* pParentWnd, UINT nID );

At a Glance

Header file: Afxcmn.h
Platforms:
Versions: 1.0 and later
Complete documentation: Visual C++ documentation

See Also

CProgressCtrl Overview, CProgressCtrl Member Functions, Control Classes, CProgressCtrl::CProgressCtrl