• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

sliders in VB6

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).
 
Back
Top