Dialog Workshop .NET
A powerful replacement for the standard .NET dialog components. Dock your WinForms to the left, right, top or bottom of standard dialog's area.You can extend your dialogs and add new controls in a dialog window to provide more features for the standard dialogs. Custom dialog box icon and title, initial position.You can set dialog box title usingTitle property even at run-time. Also you can set dialog's icon usingCustDlgParams.Icon property. You can specify custom startup position: screen center, a form's center, screen's X/Y values, etc. Customizable dialog box items captions.You can provide custom texts for all items in your dialogs (3). For example you can replace Open text in the dialog above. UseDlgItemsCaptions property to specify custom strings. New events: Show, Hide, FileOk, SelectionChanged, etc.All dialog components haveShow, Hide, AcceptDialog, CancelDialog events. Also all components have dialog-specific events. For example,FolderChanged, SelectionChanged, FileOk, etc. events for Open/Save File dialogs. Powerful Open/Save dialogsMany features which make Open/Save dialogs really unique and poweful: extended file listview styles, disabled Delete/Rename commands, customizable PlacesBar, integrated MRU list, etc. - Extended file listview styles: you can show grid lines, enable/disable "hover" effect, full row seelct mode, etc. Modeless dialogsUsing special CaModelessDialog component, you can display Windows common dialog as modeless window. Design-time supportDialog Designer and dialog preview are available at design-time in Visual Studio. Our site: http://www.componentage.com |