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
Based on the information entered on this page, the generated source code is adjusted to reflect the following settings:
Label | Description |
---|---|
Tree control ID: | Enter the ID used for the tree control in a DIALOG resource or as child window. |
Tree control variable name used for C source code: | Enter the variable name used to hold the window handle of the tree control in a C application. This field is not used for C++ applications. |
Tree control variable name used in parent window class: | Enter the variable name used for the C++ tree control object, as used by the parent window of the tree control. |
Create a class derived from CSftTree: | Select this option if you want to create a class derived from CSftTree or CSftTreeSplit. By deriving your own class, you can add additional functionality to your tree control and reuse it in a number of windows where a tree control is used. It also allows you to easily handle notifications and other Windows messages such as character input (OnChar) in the tree control object, rather than in a parent window class. If this option is not selected, you are adding a tree control based on CSftTree or CSftTreeSplit directly to a parent window and all notifications have to be handled in the parent window. |