abfDialogs contains a set of easy-to-use dialog components. You can show
any dialog by one line of code or by one click in design time. Also contains a
set of powerful MessageDlg styled functions.
You can preview any dialog at design-time by double clicking it.
Content
The abfDialogs set contains following components:
TabfWinAboutDlg
TabfWinAboutDlg implements a standard Windows About dialog. This dialog
has a different view under different versions of Windows, but using this
component you can care no about this problem. Allows user to set all parameters
of the About dialog whether at run-time or design-time. The dialog does not
appear at run-time until it is activated by a call to the Execute method.
TabfSelectDirDlg
TabfSelectDirDlg brings up a dialog that allows the user to select or
enter a directory name.
TabfBrowseFolderDlg
TabfBrowseFolderDlg displays a dialog box that enables the user to select
a shell folder. Has a Create folder button that is not implemented in the
standard Browse for Folder shell dialogs.
TabfCplDlg
TabfCplDlg shows any Control Panel applet or the Control Panel itself.
Also you can run own CPL applets using the TabfCplDlg component.
TabfRunDlg
TabfRunDlg shows a standard Run dialog that you can see when
press Run menu (Win+R) item in the Start menu.
TabfOpenWithDlg
TabfOpenWithDlg shows a standard Open With shell dialog.
TabfObjectPropertiesDlg
TabfObjectPropertiesDlg shows a standard Object Properties shell dialog.
TabfPickIconDlg
TabfPickIconDlg shows a standard shell Change Icon dialog,
allows user to get Large and Small icon at once.
TabfFindDlg
TabfFindDlg shows a standard Find file of Find computer shell dialog.
TabfCreateShortcutDlg
TabfCreateShortcutDlg displays a standard Create Shortcut wizard.
TabfAddToFavoritesDlg
TabfAddToFavoritesDlg allows the user to add links to the Favorites using
a standard Add to Favorites dialog.
TabfOrganizeFavoritesDlg
TabfOrganizeFavoritesDlg displays a standard Organize Favorites dialog.
MessageDlg routines
Contains a set of MessageDlg styled functions that allow highly customize
the output of messages, input of values or perform other dialog routines.
Requirements
Borland Delphi 3 (and higher) or C++Builder 3 (and higher).