Dialog Editor Help


Adding a Dialog Title

The dialog title is "Dialog 1" by default. To change the dialog title to "Sample Dialog with All Controls", edit the "BeginDialog" line in the Script Area.

Change this…

BeginDialog Dialog1, 0, 0, 186, 233, "Dialog 1"

 

To this…

BeginDialog Dialog1, 0, 0, 186, 233, "Sample Dialog with All Controls"