Chapter 21 Dialog Boxes

Dialog boxes are pop-up windows that applications use to interact with the user. Typically, dialog boxes contain one or more controls.

This chapter covers the following topics:

What is a dialog box?

Creating and using both modal and modeless dialog boxes

Creating a dialog function

Using controls in dialog boxes

This chapter also explains how to create a sample application, FileOpen, which shows how to build and use a modal dialog box that contains controls.