Syntax |
Dialog DialogVariable [,[DefaultButton] [,Timeout]] |
Description |
Same as the Dialog function, except that the Dialog statement does not return a value. |
Example |
This example displays an Abort/Retry/Ignore disk error dialog box. Sub Main() Begin Dialog DiskErrorTemplate
16,32,152,48,"Disk Error" |
See Also |
D |