i'm not that familiar with vb.net, could you tell me whats wrong with the following:
=========================
Private Sub MouseClick(ByVal Sender As Object, ByVal e As MouseEventHandler)
MessageBox.Show("mouse has been clicked")
End Sub
=========================