Results 1 to 2 of 2

Thread: [2005] VB Missing MouseMove event

  1. #1

    Thread Starter
    Member
    Join Date
    Nov 2005
    Posts
    57

    [2005] VB Missing MouseMove event

    I have a PictureBox with labels on it. The labels can be "dragged" across the pictureBox by handling the mousedown, mousemove, and mouseup events of the label, but for whatever reason, they have stopped responding to any mousemove events that are outside the bounds of the label. So if I move the mouse very slowly, the label follows that movement as expected, but if I move the mouse fast, such that the first mousemove event is outside the bounds of the label, no mouseMove event fires for that label. Instead I get a mousemove event for the PictureBox. The weird thing is this has always worked for me with labels until now and still works correctly for panels on same PictureBox that point to the SAME eventHandler. Has anyone seen this problem or any ideas on what is going on? If you need to see some code, lmk...

    Thanx.

  2. #2
    PowerPoster stanav's Avatar
    Join Date
    Jul 2006
    Location
    Providence, RI - USA
    Posts
    9,290

    Re: [2005] VB Missing MouseMove event

    I think you'll need to post the relevant code...

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