Hello.
Can any finish the following code?
I'm using Dot Net 1.1. And I'm using their generic data grid. (I know. It sucks. Buy a real one).
Thanks in advance
- mongril
Can any finish the following code?
Code:
Private Sub dataGrid1_MouseUp(byval sender as System.Object, byval e as System.EventArgs) handles dataGrid1.MouseUp
If e.Button = MouseButtons.Right then
'''''''''' Code that selects the grid row the mouse cursor is currently over ''''''''''''''''
End if
End Sub
I'm using Dot Net 1.1. And I'm using their generic data grid. (I know. It sucks. Buy a real one).
Thanks in advance
- mongril