This page was generated automatically from The Delphi Super Page archive. If you have any remarks concerning this page please do not hesitate to mail me. In your mail please do refer to your unique DSP author ID which is 0000059. This helps me to locate your data records in DSP databse. |
Author/SiteName(Contact) | Home Page | |
Bradley D. Stowers | [email] | [Home] |
|
Files |
[ link: browsedr.zip ] [ size n/a ] | [ Freeware ] [ With Source ] [ D2 | D3 | C1 ] | ||
TBrowseDirectory provides a dialog that displays the user's folders in a heirarchial manner and allows a selection to be made. It is a wrapper for SHBrowseForFolder(), which is rather messy to use. Added: 31-12-1996/29-03-1998 | Version: 2.33 | Downloads: n/a
|
[ link: dlgtest.zip ] [ size n/a ] | [ Freeware ] [ With Source ] [ D1 | D2 | D3 | C1 ] | ||
A component editor that allows testing of the TCommonDialog (TOpenDialog, TFontDialog, etc.) descendants at design-time. This allows you to set the various options and then view the results without compiling and running the app. Added: 31-12-1996/29-03-1998 | Version: 1.03 | Downloads: n/a
|
[ grabbar.zip ] [ 9,412 bytes ] | [ Freeware ] [ With Source ] [ D1 | D2 ] | ||
Sometimes known as a "splitter" or "divider bar," TGrabBar provides a vertical or horizontal bar that the user can click and drag to resize the two windows that it separates Added: 31-12-1996 | Version: 1.04 | Downloads: 1695/1695/0
|
[ link: gradform.zip ] [ size n/a ] | [ Freeware ] [ With Source ] [ D2 | D3 | C1 ] | ||
TGradientForm is a TForm descendant class which paints it's caption bar in a gradient pattern, like MS Office applications. D3 version has design-time support for properties and events in the Delphi IDE. Added: 18-01-1997/29-03-1998 | Version: 1.55 | Downloads: n/a
|
[ link: iconctls.zip ] [ size n/a ] | [ Freeware ] [ With Source ] [ D1 | D2 | D3 | C1 ] | ||
Two controls, TIconComboBox and TIconListBox, which will display all of the icons in a file. Also, they "cache" the data so that the icons are not loaded until they need to be drawn. Makes them very responsive when using with a large number of i Added: 31-12-1996/29-03-1998 | Version: 1.05 | Downloads: n/a
|
[ link: mruflist.zip ] [ size n/a ] | [ Freeware ] [ With Source ] [ D1 | D2 | D3 | C1 ] | ||
Drop it on your form, set a few properties, add a function to call it and you have a Most Recently Used (MRU) file list. Can be positioned anywhere on your menus, and it will save and restore the list from INI or registry. Added: 31-12-1996/29-03-1998 | Version: 2.15 | Downloads: n/a
|
[ link: pgsetup.zip ] [ size n/a ] | [ Freeware ] [ With Source ] [ D2 | D3 | C1 ] | ||
A wrapper for the Win95 Page Setup common dialog. This dialog is built into Win95, but for some reason, Borland did not do a component for it like they did for all other common dialogs. Added: 31-12-1996/29-03-1998 | Version: 1.03 | Downloads: n/a
|
[ link: systree.zip ] [ size n/a ] | [ Freeware ] [ With Source ] [ D2 | D3 ] | ||
TTreeView and TListView components that enumerate the shell namespace so they look like the tree and list view in the Win95 Explorer. BETA stage of development. If you are interested in this type of component, please take a look and give feedback Added: 31-12-1996/29-03-1998 | Version: 0.70 BETA | Downloads: n/a
|
[ sverinfo.zip ] [ 19,910 bytes ] | [ Freeware ] [ With Source ] [ D1 | D2 | D3 | C1 ] | ||
TVersionInfoResource. A component to read version info resources. It is intended for Delphi 3, but should work with any file that contains a properly formatted resource Added: 7-03-1998 | Version: 2.22 | Downloads: 2416/2416/1
|
[ link: colorbtn.zip ] [ size n/a ] | [ Freeware ] [ With Source ] [ D1 | D2 | D3 | C1 ] | ||
A Win95/NT4 style color selection button. It displays a palette of 20 colors for fast selction and a button to bring up the color dialog for full color selection. Mimics the color button on the Display tab of the Desktop Properties dialog. Added: 15-03-1998/29-03-1998 | Version: 2.00 | Downloads: n/a
|
[ link: dsamsg.zip ] [ size n/a ] | [ Freeware ] [ With Source ] [ D1 | D2 | D3 ] | ||
Provides "Don't Show Again" dialog and form services. Included is a form class that you can descend your own forms from (with design-time in D3), routines for showing standarad TForms, and replacement rountines for the MessageDlg function. Added: 29-03-1998 | Version: 2.00 | Downloads: n/a
|
[ link: elpspanl.zip ] [ size n/a ] | [ Freeware ] [ With Source ] [ D1 | D2 | D3 | C1 ] | ||
A panel that can shorten the caption text, replacing it with '...' when it does not fit the available space. Also provided is a generic function that will "ellipsify" a string. This can be used to produce other components like TEllipsisLabel. Added: 29-03-1998 | Version: 1.11 | Downloads: n/a
|
[ link: extlistview.zip ] [ size n/a ] | [ Freeware ] [ With Source ] [ D2 | D3 ] | ||
TExtListView is a list view control that enables access to the new style types provieded by the list view control in the updated COMCTL32.DLL. Covers most all of the new functionality, including column ordering and virtual mode. If you do not yet have the updated COMCTL32.DLL, you will need to download it from Microsoft as well at http://www.microsoft.com/msdn/downloads/files/40Comupd.ht m. Added: 29-03-1998 | Version: 2.04 | Downloads: n/a
|
[ link: versinfo.zip ] [ size n/a ] | [ Freeware ] [ With Source ] [ D1 | D2 | D3 | C1 ] | ||
A component to read version info resources. It was originally written for D3, but has been expanded to work with any file that contains a properly formatted version info resource, including DLLs. Can link to a listview or grid for automatic disp Added: 29-03-1998 | Version: 2.22 | Downloads: n/a
|
[ link: xprogbar.zip ] [ size n/a ] | [ Freeware ] [ With Source ] [ D2 | D3 | C1 ] | ||
TExtProgressBar is progress bar control that enables access to the new vertical and smooth style types and the large range values (32-bit integer) provided by the COMCTL32.DLL update. If you do not yet have the updated COMCTL32.DLL, you will need to download it from Microsoft as well at http://www.microsoft.com/msdn/downloads/files/40Comupd.ht m. Added: 29-03-1998 | Version: 1.02 | Downloads: n/a
|
[ extlistv.zip ] [ 127,029 bytes ] | [ Freeware ] [ With Source ] [ D2 | D3 | D4 | D5 | C1 | C3 | C4 ] | ||
TdfsExtListView & TdfsEnhListView TdfsEnhListView is a list view control that provides enhanced functionality such as
TdfsExtListView is a list view control that provides all functionality of TdfsEnhListView, plus provides access to the new features of the list view control found with MS Internet Explorer 4.0, et. al. This functionality DOES require the updated COMCTL32.DLL from Microsoft. The COMCTL32.DLL file must be version 4.72.xxx or later for all functionality in this component to work. Earlier versions *may* work, but are not supported (i.e. don't email me if you aren't using the latest version of COMCTL32.DLL). Added: 26-09-1999 | Version: 3.55 | Downloads: 4369/4369/2
|
© 1995-2006 Robert M. Czerwinski ( The Delphi Super Page a.k.a. DSP ). All rights reserved. |