T
Tor Inge Rislaa
Hi, I control the style of a button like the code below
Private Sub Change_Color()
Button1.Style("BACKGROUND-COLOR") = "#CEB57B"
Button1.Style("COLOR") = "White"
End Sub
How can I do the same with Button1's onmouseover and onmouseout style?
(Language VB.NET)
T.I.Rislaa
Private Sub Change_Color()
Button1.Style("BACKGROUND-COLOR") = "#CEB57B"
Button1.Style("COLOR") = "White"
End Sub
How can I do the same with Button1's onmouseover and onmouseout style?
(Language VB.NET)
T.I.Rislaa