Onetastic Macro Documentation >
>
>
DialogBox_Create DialogBox_Create
Creates a dialog box. Use to add controls and DialogBox_Show to display it.
Syntax
DialogBox DialogBox_Create(String message)
Parameters
- String message
- A message to display on the dialog box. Can be empty string if no message is desired.
|