Results 1 to 3 of 3

Thread: Need help with MouseMove function inside tabpages

Threaded View

  1. #1

    Thread Starter
    New Member
    Join Date
    Jun 2005
    Posts
    2

    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
  •  



Click Here to Expand Forum to Full Width