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:
  1. 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