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.
Private Sub YourTextBox_MouseMove(Button As Integer, Shift As Integer, x As Single, Y As Single)
Me.YourTextBox.BackColor = 16711680
End Sub
Private Sub Detail_MouseMove(Button As Integer, Shift As Integer, x As Single, Y As Single)
Me.YourTextBox.BackColor = 8388608
End Sub