Essentially, it is a nice, Delphi-friendly wrapper around the IProgressDialog interface. You can choose the text for all of the fields, control the progress meter, and set the CommonAVI. An OnCancel event handler allows you to gracefully deal
TPBPrinterSetupDialog is a TPrinterSetupDialog component with capability of getting/setting printersetup-values (orientation, papersize etc) at designtime and runtime. Settings can be saved so users don't have to setup the printer every time they run
PBOpenPreviewDialog and PBSavePreviewDialog are Open / Save Dialog-components with universal Preview (Preview of your files). The main property is OnPreview event where you can write code that displays your file the way you want. Two propertys
PBFolderDialog is the professional SHBrowseForFolder dialog with extended support for shell-folders (system-independant paths), automatic localization of captions (without external files). Work with paths or ItemIDLists. Can show both
Translation of the RASDLG.H header file for 32-bit Delphi. Enables editing of Phonebook-entries under Windows NT 4.0. Supports dynamically loading of the RASDLG.DLL so your program won't crash if it doesn't exist.
Package of Color Picker Dialogs for Delphi. One dialog for Browser Safe Colors, and another dialog for selecting any color using Hue/Saturation/Luminosity. Download includes compiled demo and full dialog source code for evaluation. This is shareware
Open and SaveAs dialogs with media preview. Two seconds after clicking on a media file and the file will be played inside the preview area in case it is a movie, or in case of sound you will hear it. Drop it inside your application and enjoy fast end
This unit provides a MessageDlg replacement function that allows the user to specify whether or not they want to see the message in the future or not.
A dialog that displays the user's system in a heirarchial manner and allows a selection to be made. It is a wrapper for SHBrowseForFolder(), which is rather messy to use directly.
Three dialog components. TInputBox for single line input dialogs with some features. such as, standard and custom Icons, password char, etc. TProgressBox for quick progress meter dialogs, and TChDirDialog for directory selection. |