mrdutchie Posted July 31, 2003 Posted July 31, 2003 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? Quote
Mehyar Posted July 31, 2003 Posted July 31, 2003 do the panels overlap over each other?? Quote Dream as if you'll live forever, live as if you'll die today
mrdutchie Posted July 31, 2003 Author Posted July 31, 2003 No they don't I used splitters so it has a "outlook" like interface. Quote
mrdutchie Posted July 31, 2003 Author Posted July 31, 2003 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.... Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.