MsgBox
Description: |
baMsgBox displays a system MessageBox. |
Platforms: |
Windows and Macintosh |
Usage: |
Result = baMsgBox( Message, Caption, Buttons, Icon, DefaultButton ) |
Arguments: |
String, string, string, string, integer. |
Returns: |
String. |
Examples: |
Director: Authorware: |
Notes: |
On Macintosh, you can use alternative icon names "Note" instead of "Information"; "Caution" instead of "Exclamation". On Macintosh, if the Caption
argument is empty, then a nonmovable message box will be used. |
See also: |
MsgBoxEx baMsgBoxButtons baTaskDialog |