I'am trying to make a color mix program and is giving me this :Error Invalid Use Of Property.
I guess is because i have to put some values for colors, but i don't know how.
This is the code, hope somebody help me:
Private Sub Command1_Click()
Picture1.BackColor RGB(Text1, Text2, Text3)
End Sub
Private Sub Command2_Click()
Picture1.BackColor Form1.BackColor
Text1 = " "
Text2 = " "
Text3 = " "
Text1.SetFocus
End Sub
Private Sub Command3_Click()
End
End Sub