Unicode Controls & Classes for VB6 - Version 4

ctlProgressWL Control

This is a very nice Windowless ProgressBar control with advanced graphical styles
Check common properties here

Enums
Name Description
Properties
Name Type Description
BackColor (OLE_COLOR) Gets or sets the Background color of the control
BackStyle (eCtlButtonStyle) Gets or sets the style of the background
Border (Boolean) Gets or sets the ability to show a border around the control
BorderColor (OLE_COLOR) Gets or sets the Border Color
BorderSpace (Boolean) If True leaves 1px from the border and the content
ForeColor (OLE_COLOR) Gets or sets the bar color
MouseIcon (Picture) Gets or sets the MouseIcon for the control
MousePointer (VBRUN.MousePointerConstants) Gets or sets the MousePointer for the control
OLEDropMode (eCtlOLEDropMode) Gets or sets the OleDropMode for the control
Percent (Integer) Gets or sets the Value of the control, same as [Value]
RightToLeft (Boolean) Gets or sets the ability to show bidirectional text on the control
RoundedBorders (Boolean) Gets or sets Rounded borders
Spaces (Boolean) Gets or sets the ability to show white vertical lines on the percentage bar
Style (eCtlButtonStyle) Gets or sets the control style
Tip (String) Gets or sets the Unicode Tooltip for the control
Value (Integer) Gets or sets the Value of the control, same as [Percent]
Methods
Name Type Description
OLEDrag Starts an OLEDrag operation
Remarks
How to use this control:
Just draw the control into a form then set the value/percent property.