Tutorial
How easy to use Dialog Workshop.NET in your applications.
|
How to dock Preview Pane to your Open/Save dialogs
Using Visual Studio, create new Windows Forms Application project. Place CaVistaOpenFileDialog on your main form (Form1). Create new Windows Form which will be used as Preview pane in the dialog box:
Specify right docked form using the Dialog Designer:
The specified preview form will be displayed on the right of the dialog box at run-time.
Read More
|