A
avi
Hello,
I use an activeX component(SSlider4) that has a MouseUp event. But i
continue to get a compile error stating that "the declaration of
parameters does not match event of the same name"
Private Sub SSlider4_Mouseup(x As Long, y As Long)
MsgBox "Fired!"
End Sub
Do I miss something?
Thanks a lot
Avi
I use an activeX component(SSlider4) that has a MouseUp event. But i
continue to get a compile error stating that "the declaration of
parameters does not match event of the same name"
Private Sub SSlider4_Mouseup(x As Long, y As Long)
MsgBox "Fired!"
End Sub
Do I miss something?
Thanks a lot
Avi