Search results

  1. V

    No delay with ControlTip Text (the tool tip that appears when you hover your mouse)

    I struggled with this - making it more complex than it had to be. This simple code seems to work for me. Have fun! 'Event on command button Private Sub cmdRefreshList_MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single) Me.lblHelp1.Visible = True End Sub 'Event on Detail...
Back
Top Bottom