Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

For some reason I am not getting the mousemove event to work.

 

I have a frmmain with panel1 panel2 and panel3

 

now I am using

 

private Sub Panel1_MouseMove

private Sub Panel2_MouseMove

private Sub Panel3_MouseMove

private Sub frmmain_MouseMove

 

events with just a End in it so I can check if it's working.

But it's not working

:confused: :confused: :confused:

 

All events are like this

 

Private Sub Panel1_MouseMove(ByVal sender As Object, ByVal e As System.Windows.Forms.MouseEventArgs) Handles Panel1.MouseMove

End

End Sub

 

What am I doing wrong?

Posted

Got that part to work now.

 

I did a copy and paste of the same event and changed the name of it, but forgot the last word at the end of the procedure name..

duh....

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...