Skip to content

Latest commit

 

History

History
57 lines (49 loc) · 1.64 KB

File metadata and controls

57 lines (49 loc) · 1.64 KB
title Using CProgressCtrl | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.reviewer
ms.suite
ms.technology
cpp-windows
ms.tgt_pltfrm
ms.topic article
f1_keywords
CProgressCtrl
dev_langs
C++
helpviewer_keywords
progress controls [C++]
CProgressCtrl class, using
progress controls [C++], CProgressCtrl
progress controls [C++], using
ms.assetid 61473270-196b-41ab-bf2b-467f46673539
caps.latest.revision 10
author mikeblome
ms.author mblome
manager ghogen
translation.priority.ht
cs-cz
de-de
es-es
fr-fr
it-it
ja-jp
ko-kr
pl-pl
pt-br
ru-ru
tr-tr
zh-cn
zh-tw

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