CFrameWnd::SetProgressBarPosition

Sets the current position for the Windows 7 progress bar displayed on the taskbar.

void SetProgressBarPosition(
   int nProgressPos
);

Parameters

  • nProgressPos
    Specifies the position to set. It must be within the range set by SetProgressBarRange.

Requirements

Header: afxwin.h

See Also

Reference

CFrameWnd Class