November 1998
Intermediate to advanced
1520 pages
37h 53m
English
Dialog boxes are either “modal” or “modeless.” The modal dialog box is the most common. When your program displays a modal dialog box, the user cannot switch between the dialog box and another window in your program. The user must explicitly end the dialog box, usually by clicking a push button marked either OK or Cancel. The user can, however, switch to another program while the dialog box is still displayed. Some dialog boxes (called “system modal”) do not allow even this. System modal dialog boxes must be ended before the user can do anything else in Windows.
Even if a Windows program requires no user input, it will often have a dialog box that is invoked by an About option on the menu. This dialog ...
Read now
Unlock full access