|
Gseos.MessageBox
|
Previous Top Next |
| Parameter | Description
|
| strText | The message prompt text.
|
| strTitle | Optional, The caption bar text. Default: GSEOS.
|
| wButtons | Optional, specifies the buttons to display. One of the following attributes can be specified: MB_OK, MB_OKCANCEL, MB_RETRYCANCEL, MB_YESNO, MB_YESNOCANCEL. The default is MB_OK.
|
| wIcon | Optional, specifies an icon to display. MB_ICONEXCLAMATION, MB_ICONINFORMATION, MB_ICONQUESTION, MB_ICONSTOP.
|
| bModeless | True, if the dialog is to be shown as modeless and therefore allowing interaction with the main GSEOS application. The default is False, showing the dialog as modal. In either case, the MessageBox() function does not return until the dialog has completed.
|