User Dialogs

Begin Dialog Begin definition of a dialog template
CancelButton Define a Cancel button within a dialog template
CheckBox Define a combo box in a dialog template
ComboBox Define a combo box in a dialog template
Dialog (function) Invoke a user-dialog, returning which button was selected
Dialog (statement) Invoke a user-dialog
DlgControlId Return the id of a control in a dynamic dialog
DlgEnable Determine if a control is enabled in a dynamic dialog
DlgEnable Enable or disables a control in a dynamic dialog
DlgFocus Return the control with the focus in a dynamic dialog
DlgFocus Set focus to a control in a dynamic dialog
DlgListBoxArray Set the content of a list box or combo box in a dynamic dialog
DlgListBoxArray Set the content of a list box or combo box in a dynamic dialog
DlgSetPicture Set the picture of a control in a dynamic dialog
DlgText (statement) Set the content of a control in a dynamic dialog
DlgText$ (function) Return the content of a control in a dynamic dialog
DlgValue (function) Return the value of a control in a dynamic dialog
DlgValue (statement) Set the value of a control in a dynamic dialog
DlgVisible (function) Determine if a control is visible in a dynamic dialog
DlgVisible (statement) Set the visibility of a control in a dynamic dialog
DropListBox Define a drop list box in a dialog template
GroupBox Define a group box in a dialog template
ListBox Add a list box to a dialog template
OKButton Add an OK button to a dialog template
OptionButton Add an option button to a dialog template
OptionGroup Add an option group to a dialog template
Picture Add a picture control to a dialog template
PictureButton Add a picture button to a dialog template
PushButton Add a push button to a dialog template
Text Add a text control to a dialog template
TextBox Add a text box to a dialog template