Dynamic Color Change 11-17-2013, 01:13 AM
#1
Works with vb2010 didnt tried vb6
Create
3 text box
1 button
Double click button
Create
3 text box
1 button
Double click button
Code:
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Dim rgb1, rgb2, rgb3 As Integer
rgb1 = TextBox1.Text
rgb2 = TextBox2.Text
rgb3 = TextBox2.Text
Me.BackColor = Color.FromArgb(rgb1, rgb2, rgb3)
End Sub
End Class
wow so binary much 0 very 1