How to: Work with Dialog Boxes
When you build applications in the WPF Designer for Visual Studio, you sometimes need to add dialog boxes to your applications. Dialog boxes include the following:
The Open dialog box.
The Save As dialog box.
The Print dialog box.
Custom dialog boxes.
In the WPF Designer, you work with dialog boxes the same way that you work with them in any WPF application. For more information, see Dialog Boxes Overview.
See Also
Tasks
How to: Return a Dialog Box Result