By default, the dialog title is "Dialog 1".
To change the dialog title, edit the BeginDialog line in the script area of the dialog.
- Locate the BeginDialog line in the script
area.
- Change the default title of "Dialog 1" to the desired title. For example, to change the dialog title to Sample Dialog, change the following line from:
BeginDialog Dialog1, 0, 0, 186, 233, "Dialog 1"
To
BeginDialog Dialog1, 0, 0, 186, 233, "Sample Dialog"