SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftMask/OCX 7.0 - Masked Edit Control
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftPrintPreview/DLL 2.0 - Print Preview Control (discontinued)
SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftDirectory 3.5 - File/Folder Control (discontinued)
SftMask/OCX 7.0 - Masked Edit Control
SftOptions 1.0 - Registry/INI Control (discontinued)
SftPrintPreview/OCX 1.0 - Print Preview Control (discontinued)
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftTabs/NET 6.0 - Tab Control (discontinued)
SftTree/NET 2.0 - Tree Control
SftTree/DLL includes sample code for both C and C++.
The samples listed in the following table can be found in the folder "\Program Files\Softelvdm\SftTree DLL 7.5\Samples". On Windows 64-bit versions, the root folder is \Program Files (x86). These samples are also referenced throughout the documentation.
C Sample | C++ Sample | Description |
---|---|---|
C CellEditing Sample | C++ CellEditing Sample | Cell editing using an edit control and a combo box, with cell navigation and restricted cells. |
- | C++ ContentWindows Sample | Tree control with cells containing Flash, Windows Media Player, Internet Explorer and a dialog. |
C ContextMenu Sample | C++ ContextMenu Sample | Context menus, sort indicators and dropdown/filter buttons. |
C DragDrop Sample | C++ DragDrop Sample | Drag & drop within and between tree controls. |
- | C++ OLEDrag Sample | Drag & drop (using OLE mechanisms) within a tree control and with Windows Explorer. |
C OwnerDraw Sample | C++ OwnerDraw Sample | Owner-draw cells and column headers. |
C Pictures Sample | C++ Pictures Sample | Various image types, progress bars, checkbox and radio button manipulation. |
- | C++ Speed Sample | A simple example to test the performance when adding and deleting many items. |
- | C++ TreeView Sample | example classes to use CSftTree and CSftTreeSplit in a view in the same manner as MFC's CTreeView class. |
C Virtual Sample | C++ Virtual Sample | Tree control in virtual mode, used to display a list with 1 million items. |