I'm new to activex and I don;t have that much idea how they work. I have a problem, I can't work with Mouse_Move event of my control. Here's what I do:


Private Sub UserControl_MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single)
Msgbox "hello!"
End Sub


when I move the mouse over my control nothing happens. am I doing anything wrong?