Dialog and Alert Boxes in Macintosh QuickBASIC (32966)






This article was previously published under Q32966

SUMMARY

Macintosh dialog boxes and alert boxes are special types of Macintosh resources which can be created with ResEdit. Toolbox library routines provided with QuickBASIC allow you to display and use dialog and alert boxes. QuickBASIC gives you some predefined dialog and alert boxes in the "Demo Resources" file on the release disk.

Macintosh programs use dialog boxes when the program requires information in order to perform an operation. An alert box is a special kind of dialog box used by a program to call your attention to something or to report an error.

Please see the following for more information about dialog and alert boxes:

  1. "Dialog Example" program on the QuickBASIC Version 1.00 release disk.
  2. "Alert Demo" program on the QuickBASIC Version 1.00 release disk.
  3. Section E.7 "Alert and Dialog Boxes" in "Microsoft QuickBASIC for Apple Macintosh: Language Reference," Pages 439-442.

Modification Type: Minor Last Reviewed: 1/9/2003
Keywords: KB32966