SftButton/DLL 3.0 - Button Control
SftTree/DLL 8.0 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 4.0 - Button Control
SftMask/OCX 7.0 - Masked Edit Control
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 8.0 - Tree Control
SftButton/DLL 3.0 - Button Control
SftTree/DLL 8.0 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 4.0 - Button Control
SftMask/OCX 7.0 - Masked Edit Control
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 8.0 - Tree Control
SftTree/NET 2.0 - Tree Control
The window class name of the masked edit control, "SftMaskControl70". The class is registered when the application calls RegisterApp.
#define SFTMASK_CLASS "SftMaskControl70" /* Control Window Class */
Use TEXT(SFTMASK_CLASS) with CreateWindow(Ex) to create a masked edit control programmatically, or enter SftMaskControl70 as the class name of a custom control in a dialog resource (see Creating a Dialog Resource).
See Also RegisterApp | Using C | Creating a Dialog Resource
