Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
cmdCommand1_MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single)
If cmdCommand1.Button Colpr = Blue Then
Change cmdCommand1.Button Color to Red
End If
End If
Detail_MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single)
If cmdCommand1.Button Colpr = Red Then
Change Button Color to Blue
End If
End If