🎴 Flashcard Mode
Programming Languages: SAS, MFC, and Easytrieve
Card1 / 20
Mastered0
Review0
QuestionClick to flip
Which of the following is true about dialog boxes? a)Modeless dialog boxes are used when the requested information is not essential to continue. b)Modal dialog boxes are those which temporarily halt the program in that the user cannot continue until the dialog has been closed.
AnswerClick to flip back
A
Both a and b
💡 Explanation:
Both statements are correct about dialog boxes. Modeless dialog boxes allow users to continue interacting with the main application while the dialog is open, whereas modal dialog boxes block interaction with the main application until the dialog is closed.