 |
Common dialog boxes are used to prompt for the user input, such as opening files, printing documents and etc.
The .NET Framework includes a set of common dialog boxes which you can't customize for your desired tasks, moreover
you can't inherit from this classes since they are sealed (NotInheritable in Visual Basic).
Extensible dialogs library provides a simple way for you to customize this dialogs without writing a line
of code and using special resources (.RC files) to build dialog template. For more information see Extensible Dialogs page.
|