|
-
Jun 16th, 2005, 03:43 PM
#1
Thread Starter
New Member
Need help with MouseMove function inside tabpages
I was having trouble with a mousemove sub in the application I am working on. If I use the following :
Private Sub Form1_MouseMove(ByVal sender As Object, ByVal e As System.Windows.Forms.MouseEventArgs) Handles MyBase.MouseMove
the program will pick up mouse movements correctly around the perimeter of the tab pages. However, the sub does not respond to movements inside the tab pages. I thought this problem might be because Vb.net uses tabpages instead of tabcontrol to raise the event when the mouse position is inside the tab page, but even if this is the case, I still do not know how to modify the sub to pick up the movements. Could someone help me?
Last edited by jacal; Jun 16th, 2005 at 07:10 PM.
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
|