Share via


How to: Work with Dialog Boxes

When you build applications in the Windows Presentation Foundation (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: Open a Dialog Box

How to: Return a Dialog Box Result

Reference

PrintDialog

OpenFileDialog

SaveFileDialog

Other Resources

Layouts in the WPF Designer