Private Sub HScrollBar1_Scroll(ByVal sender As Object, _
ByVal e As ScrollEventArgs) _
Handles HScrollBar1.Scroll
Me.BackColor = HScrollBar1.Value
End Sub
How can I set the BackColor of the form? How can I use an RGB value?
…replacing the 255 on each parameter with the value you need. e.g.