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?
What is a dialog box?
 Creating and using both modal and modeless dialog boxes
Creating and using both modal and modeless dialog boxes
 Creating a dialog function
Creating a dialog function
 Using controls in dialog boxes
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.