Progress ("Wait") Dialog

Fully implemented BCGControlBar Pro (MFC)

Fully implemented BCGSuite (MFC)

Not available BCGControlBar for .NET

The CBCGPProgressDlg class implements a modeless dialog that allows to display a progress of a lengthy operation.

This dialog offers the following features:

  • Progress indicator
  • Progress percentage
  • "Infinite" mode
  • Owner-draw header
  • Animation
  • Theme support

Progress ("Wait") Dialog

Sample code:

CBCGPProgressDlg* pProgressDlg = new CBCGPProgressDlg;

CBCGPProgressDlgParams params;
params.m_strMessage = _T("Copying files");
params.m_strCaption = _T("Please wait...");
params.m_nAnimationResID = IDR_ANIMATION;
params.m_nAnimationHeight = 80;

m_pProgressDlg->Create (params, this);

Cookie consent

Cookies could be used by BCGSoft.com for analytical purposes. We must request that you accept them. Cookies are used on our website to enhance browsing experience and personalize it for you. Cookies are necessary in some circumstances for the site to operate properly. By using this website, you consent to the usage of cookies. Find out more details on BCGSoft Privacy Statement and Terms of Use.

I understand and accept it