Ok... The following won't work because it says that the arguments I added are not in the "signature" of the .MouseUp event...
VB Code:
Private Sub lstItems_MouseUp(ByVal sender As Object, ByVal e As System.Windows.Forms.MouseEventArgs, [b]ByVal f As System.Windows.Forms.KeyEventArgs[/b]) Handles lstItems.MouseUp
I added the bolded part...
Where can I go or what can I do to override this signature? Is it possible?
Thanks,
Squirrelly1




Life is grand for a coder, no?
Reply With Quote