Progress Bars Screen

The following table contains the necessary information to manage and manipulate this screen at runtime.

Each type of control fires unique notification messages to signal what type of interaction occurred. Details about each notification message can be found in each control type's topic.

The String ID represents the text that appears on the control. You can use this ID with the Screen.GetLocalizedString action to get the appropriate text for the current language on the user's system.

Control Name

Control Type

Control ID

String ID

Window title

part of screen

N/A

IDS_WINDOW_TITLE

Header text

part of screen

N/A

IDS_HEADER_TEXT

Subheader text

part of screen

N/A

IDS_SUBHEADER_TEXT

Cancel button

Button

CTRL_BUTTON_CANCEL

IDS_CTRL_BUTTON_CANCEL

Instructions (top)

Static Text

CTRL_STATICTEXT_TOPINSTRUCTIONS

IDS_CTRL_STATICTEXT_TOPINSTRUCTIONS

Progress prompt one

Static Text

CTRL_STATICTEXT_LABEL_01

IDS_CTRL_STATICTEXT_LABEL_01

Status text one

Static Text

CTRL_STATICTEXT_LABEL_02

IDS_CTRL_STATICTEXT_LABEL_02

Progress bar one

Progress Bar

CTRL_PROGRESS_BAR_01

IDS_CTRL_PROGRESS_BAR_01

Progress prompt two

Static Text

CTRL_STATICTEXT_LABEL_03

IDS_CTRL_STATICTEXT_LABEL_03

Status text two

Static Text

CTRL_STATICTEXT_LABEL_04

IDS_CTRL_STATICTEXT_LABEL_04

Progress bar two

Progress Bar

CTRL_PROGRESS_BAR_02

IDS_CTRL_PROGRESS_BAR_02

Timer

Timer

N/A

N/A