Results 1 to 3 of 3

Thread: Form_MouseMove ?

  1. #1

    Thread Starter
    New Member
    Join Date
    Feb 2002
    Posts
    7

    Form_MouseMove ?

    does anyone know how to get Form_MouseMove sub or function ?

  2. #2
    l33t! MrPolite's Avatar
    Join Date
    Sep 2001
    Posts
    4,428
    You'll find it in the "Overrides" section at the top of the code window, not the "form1" section, I have no idea why it's like this:

    VB Code:
    1. Protected Overrides Sub OnMouseMove(ByVal e As System.Windows.Forms.MouseEventArgs)
    2.         MsgBox("mouse moved")
    3.     End Sub

    I dunno what's the difference of this one with the other category "Base class events", but it works I guess

  3. #3

    Thread Starter
    New Member
    Join Date
    Feb 2002
    Posts
    7
    Thanks a lot !

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