Mouseover Popup In DatagridView

yasirm79

New member
Joined
Oct 29, 2009
Messages
4
Programming Experience
1-3
hello friends i need a help about mouse over event for visual basic 2008

i am using access database file i want to retrieve image or data of cell in datagridview on moving mouse on it in pop up window any suggestion thank in advance
 
It sounds as you can use CellMouseEnter event, the event data (e parameter) provides ColumnIndex and RowIndex.
 
Back
Top