Has anyone actually used the mousedown event with a ListView Control?
When ever I try the following code, I get an error message:
The expression MouseDown you entered as the event property setting produced the following error: Proceedure declaration does not match description of event or procedure having the same name.
Here's the code:
[blue]Private Sub ListView1_MouseDown (Button As Integer, Shift As Integer, X As Single, Y As Single)
Msgbox X
End Sub[/blue]
I would appreciate any input. Thanks.
-agfon
When ever I try the following code, I get an error message:
The expression MouseDown you entered as the event property setting produced the following error: Proceedure declaration does not match description of event or procedure having the same name.
Here's the code:
[blue]Private Sub ListView1_MouseDown (Button As Integer, Shift As Integer, X As Single, Y As Single)
Msgbox X
End Sub[/blue]
I would appreciate any input. Thanks.
-agfon