Dialogs

A dialog or dialog box is a tool we can use in Windows programming to perform any of several common tasks. Most of these are familiar to any Windows user. These are "pop-up" controls; we create them in a method (probably an event handler), the dialog box appears, the user interacts with it, and it disappears at the end of the scope.

A dialog box is normally a modal dialog, that is, while it is in use, the rest of the form is rendered inactive.

Some of these are:

Each of these is defined in a class and has various properties and methods.