Hi I am taking a class that involvs visual basic, I have created buttons that when clicked come up in a color, i now need to have them come up in Random colors.
here is the formula i have so far.
[code=vb]
Private Sub Button1_Click(B yVal sender As System.Object, ByVal e As System.EventArg s) Handles Button1.Click
Button1.BackCol or = Color.Aqua
End Sub[/code]
can anyone help me
here is the formula i have so far.
[code=vb]
Private Sub Button1_Click(B yVal sender As System.Object, ByVal e As System.EventArg s) Handles Button1.Click
Button1.BackCol or = Color.Aqua
End Sub[/code]
can anyone help me
Comment