1. | Locate the BeginDialog line in the script area. |
2. | 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" |