NOTE: Does anyone know how to increase the number of places on a trackbar? I can only get 11...
Remove these ads by
Signing UpStep 1: Get your Form ready
==Don't forget to add a trackbar!!!== Yes, alot of people forget that
Remove these ads by
Signing Up
PDF Downloads
As a Pro member, you will gain access to download any Instructable in the PDF format.
You also have the ability to customize your PDF download.
If trackbar1.value = 0 then
'do something
Else if if trackbar1.value = 1 then
'do something
End if
Slider1.TickFrequency = ("Value")
But that's VB6.
TextBox1.BackColor = colors (TrackBar.Value)
Or that might work with string array...
When working with some bigger sources it's much more comfortable to work, if code is compact (everything shouldn't be shrinked, but this kind of stuff can be, without making any harm).