Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 1.2 KB

using-cprogressctrl.md

File metadata and controls

26 lines (17 loc) · 1.2 KB
description title ms.date helpviewer_keywords ms.assetid
Learn more about: Using CProgressCtrl
Using CProgressCtrl
11/04/2016
progress controls [MFC]
CProgressCtrl class [MFC], using
progress controls [MFC], CProgressCtrl
progress controls [MFC], using
61473270-196b-41ab-bf2b-467f46673539

Using CProgressCtrl

You can use the progress control to indicate the progress of a lengthy operation. It is a rectangle that is gradually filled with the system highlight color as the operation progresses.

The progress control is represented in MFC by class CProgressCtrl.

When you initially create the progress control, you specify its size and position, parent window (usually a dialog box), and ID. By using the dwStyle parameter, you can also specify various window styles for the control and styles for how it fills.

What do you want to know more about

See also

Controls