iImage Information

OK, so this sounds easy but the beginners have absolutely noidea how to do this. Trackbars can be useful tools. From deciding a budget to choosing how many fireworks to detonate, using trackbars are very very easily.
NOTE: Does anyone know how to increase the number of places on a trackbar? I can only get 11...
Step 1Get your Form ready
iImage Information

This is pretty easy. Make when you want your program to look like. I'm not making anything in particular. I'll be making something that changes the colour of a textbox.
==Don't forget to add a trackbar!!!== Yes, alot of people forget that
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).