There is no MouseOver, but MouseMove acts like a mouse over.
Except......every time you move the mouse over the commandbutton, you get the MouseMove event, and you can sometimes not actually click the button.Private Sub CommandButton1_MouseMove(ByVal Button As Integer, ByVal Shift As Integer, ByVal X As Single, ByVal Y As Single) MsgBox "This button does yadda" End Sub




Reply With Quote