Progress Bar Controls Messages

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

The following table shows the progress bar control messages, with a description of the purpose of each.

Programming element Description

PBM_DELTAPOS

This message advances the current position of a progress bar by a specified increment and redraws the bar to reflect the new position.

PBM_GETPOS

This message retrieves the current position of the progress bar.

PBM_GETRANGE

This message retrieves information about the current high and low limits of a specified progress bar control.

PBM_SETPOS

This message sets the current position for a progress bar and redraws the bar to reflect the new position.

PBM_SETRANGE

This message sets the minimum and maximum values for a progress bar and redraws the bar to reflect the new range.

PBM_SETRANGE32

This message sets the range of a progress bar control to a 32-bit value.

PBM_SETSTEP

This message specifies the step increment for a progress bar.

PBM_STEPIT

This message advances the current position for a progress bar by the step increment and redraws the bar to reflect the new position.

See Also

Reference

Progress Bar Controls Reference