G
Guest
when I did this :
Private Sub mydatagrid_MouseDown(ByVal sender As Object, ByVal mouseEvent As
System.Windows.Forms.MouseEventArgs, ByVal keyPressEvent As
System.Windows.Forms.KeyEventArgs) Handles mydatagrid.MouseDown
.....
end sub
I got error because it wouldn't allow pass into 2 delegrates? here? But I
wanted to be able pick up both mouse click and key press event in this
subroutine. Could you someone please tell me how do I do going about to get
it to work?
Thanks.
Private Sub mydatagrid_MouseDown(ByVal sender As Object, ByVal mouseEvent As
System.Windows.Forms.MouseEventArgs, ByVal keyPressEvent As
System.Windows.Forms.KeyEventArgs) Handles mydatagrid.MouseDown
.....
end sub
I got error because it wouldn't allow pass into 2 delegrates? here? But I
wanted to be able pick up both mouse click and key press event in this
subroutine. Could you someone please tell me how do I do going about to get
it to work?
Thanks.