Programming Windows Common Dialogs with Visual C# 2010

Mahesh Chand

Windows common dialogs are a vital part of Windows applications. A typical common dialog provides a built-in out-of-box functionality similar to the common dialogs found in the Windows operating system. This e-book discusses Windows common dialogs and how to use them in Windows applications.

  • Published on Jul 25 2011
  • Pages 40
  • Downloaded 9.2k
  • Type PDF
    • Like
    • Love It
    • Awesome
    • Interesting
    • It's Okay
    • Thumbs Down
  • 23.1k
  • 0
Windows common dialogs are a vital part of Windows applications. A typical common dialog provides a built-in out-of-box functionality similar to the common dialogs found in the Windows operating system. In this book, I will discuss common dialogs and how to use them in Windows applications.
 
In this chapter, we will discuss following topics:
  • MessageBox
  • OpenFileDialog
  • SaveFileDialog
  • FolderBrowserDialog
  • FontDialog
  • ColorDialog
  • PrintDialog

Image Loading...