Select Shortcut Folder 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

Help button

Button

CTRL_BUTTON_HELP

IDS_CTRL_BUTTON_HELP

Back button

Button

CTRL_BUTTON_BACK

IDS_CTRL_BUTTON_BACK

Next button

Button

CTRL_BUTTON_NEXT

IDS_CTRL_BUTTON_NEXT

Cancel button

Button

CTRL_BUTTON_CANCEL

IDS_CTRL_BUTTON_CANCEL

Instructions (top)

Static Text

CTRL_STATICTEXT_TOPINSTRUCTIONS

IDS_CTRL_STATICTEXT_TOPINSTRUCTIONS

Shortcut folder prompt

Static Text

CTRL_STATICTEXT_LABEL_01

IDS_CTRL_STATICTEXT_LABEL_01

Shortcut folder

Combo Box

CTRL_COMBOBOX_SHORTCUTFOLDERS

IDS_CTRL_COMBOBOX_SHORTCUTFOLDERS

Per user profile

Radio Button

CTRL_RADIOBTN_PERUSER

IDS_CTRL_RADIOBTN_PERUSER

All users profile

Radio Button

CTRL_RADIOBTN_ALLUSERS

IDS_CTRL_RADIOBTN_ALLUSERS

Timer

Timer

N/A

N/A