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
It is very easy to implement Wizard-style dialogs with SftTabs/DLL. SftTabs/DLL offers a special tab control style that does not display any tabs, but still manages all required attached pages. Because the tab control doesn't offer any visible tabs, an external event such as a button click has to be used to change the tab control's current tab (using SetCurrentTab). The application has to explicitly control the current tab. By changing the current tab, the application can navigate all tab pages.
During development of an application, it may be easier to use a regular tab style, so the programmer can test the pages simply by clicking on a tab. Once the pages have been debugged and tested, the tab control style can be changed to a wizard style tab control.
An application can use the SftTabs_PaintBitmap function to paint a bitmap on a dialog.
SftTabs/DLL includes two samples that demonstrate how to implement Wizard-style dialogs.