-
simple problem
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?:rolleyes:
-
Hmmm????
I pasted the exact code you provided, and mine worked fine.
I don't think it will work in your applications design time until the control is compiled. If you run your application, there should be no problem. If you want a response from your control within your applications design time, i'm pretty sure you will need to compile it first.