This project is intended to replace the MS common controls for VB6.
The MSCOMCT2.OCX can be replaced completly, except the FlatScrollBar. (But this is anyway not supported on the comctl32 v6.0)
The MSCOMCTL.OCX can not yet replaced fully, as some controls are still in development.
These are the controls that are available at the moment:
- Animation
- DTPicker
- ImageList
- MonthView
- ProgressBar
- Slider
- StatusBar
- TabStrip
- UpDown
- ToolTip
Unicode is supported for all the stated controls.
At design time (IDE) there is only one dependency. (OLEGuids.tlb)
This is a modified version of the original .tlb from the vbaccelerator website.
But for the compiled .exe there is no dependency, because the .tlb gets then compiled into the .exe.
Everything should be self explained, because all functions and properties have a description.
The MSCOMCT2.OCX can be replaced completly, except the FlatScrollBar. (But this is anyway not supported on the comctl32 v6.0)
The MSCOMCTL.OCX can not yet replaced fully, as some controls are still in development.
These are the controls that are available at the moment:
- Animation
- DTPicker
- ImageList
- MonthView
- ProgressBar
- Slider
- StatusBar
- TabStrip
- UpDown
- ToolTip
Unicode is supported for all the stated controls.
At design time (IDE) there is only one dependency. (OLEGuids.tlb)
This is a modified version of the original .tlb from the vbaccelerator website.
But for the compiled .exe there is no dependency, because the .tlb gets then compiled into the .exe.
Everything should be self explained, because all functions and properties have a description.