Powerful dialog components allow you to extend Windows Common dialogs without writing a line of code! For example, you can add preview pane in your Open/Save dialogs within 10 minuties! Each common dialog can be extended in many ways:
- Add your own Windows Form containing your own controls (preview control, options, etc.) to the dialog window at run-time or at design-time using Dialog Designer;
- Customize dialog's title, icon, position, etc;
- Control dialog's behaviour using many new events which do not exist in original WinForms dialog components;
- Dialog Designer and design-time preview;
Exclusive Open/Save dialogs features: integrated MRU files list (like in VB6 IDE); customizable file list view and Places Bar controls, Drop-down menu for OK button, more features for working with FTP folders, etc. You can disable rename/delete commands, do not allow to navigate to specific folders, select folders only instead of files, etc.
Special ModelessDialog component allows you to use each dialog as modeless window, without locking other application windows. Specifically, you can integrate dialogs into Windows Form instances.
Supported Common Dialogs: Open/Save, FrowseForFolder, Print, Font, Color, PageSetup, About, Pick Icon, RunFile.