Question : Datagrid selection change on mouseove

Does anyone know how to change the currently selected row of a datagrid, as the mouse moves over that row?

Ive been trying to write a program that Id like to change the row selected as the mouse moves over it, but cant figure out how method sends which row the mouse is currently over.

Any ideas?
Code Snippet:
1:
2:
3:
Private Sub DataGridView1_MouseMove(ByVal sender As Object, ByVal e As System.Windows.Forms.MouseEventArgs) Handles DataGridView1.MouseMove

    End Sub

Answer : Datagrid selection change on mouseove

Please see this question on EE. It is in C Sharp, but you should get the logic of it, though.

http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_23226420.html
Random Solutions  
 
programming4us programming4us