spitzmuller
Programmer
Hi there
I would like to use the MouseMove-Event on a MS DateTimePicker V6.0 Control. But when I write the declaration (that I got directly from the MSDN Library) like
Private Sub DatePicker1_MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single, Index As Integer)
I get an compile-time error: "Procedure Declaration does not match description of event or procedure having the same name".
What is going on? What is the right declaration?
Thanks for any help Simon
I would like to use the MouseMove-Event on a MS DateTimePicker V6.0 Control. But when I write the declaration (that I got directly from the MSDN Library) like
Private Sub DatePicker1_MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single, Index As Integer)
I get an compile-time error: "Procedure Declaration does not match description of event or procedure having the same name".
What is going on? What is the right declaration?
Thanks for any help Simon