|
-
Nov 2nd, 2001, 11:38 PM
#1
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?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|