How to Change the Backcolor of the Textbox.
How to Change the Backcolor of the Textbox.
API Declarations
'Add the following code
Rate How to Change the Backcolor of the Textbox.
(1(1 Vote))
HScroll1.Max = 255
HScroll1.Min = 0
HScroll1.LargeChange = 5
End Sub
Private Sub HScroll1_Change()
Text1.BackColor = RGB(HScroll1.Value, 0, 0)
End Sub
How to Change the Backcolor of the Textbox. Comments
No comments yet — be the first to post one!
Post a Comment