Share via


Progress Bar Controls Messages (Windows CE 5.0)

Send Feedback

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

Progress Bar Controls Reference

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.