sliders in VB6

Jun 14, 2003
10,442
0
0
how do i create sliders? i cant seem to find anything about creating them on the web.... probably looking in the wrong places mind

 

xtknight

Elite Member
Oct 15, 2004
12,974
0
71
VB6 doesn't have a native slider control.

But you can use these additional controls to get it (Project->Components):
Microsoft Windows Common Controls 5.0 (SP2)
Microsoft Windows Common Controls 6.0 (SP6)

There are also third-party, open-source controls you can use, like:
vbAccelerator
CCRP

If you mean "splitters" (lines to help resize panes in a dialog) then those are only available third-party too (pretty sure vbAccelerator has one).