Hello I’m using Visual Basic 2010,
I have a datagridview and I want a listbox to show if a cell within the first column has been selected so I need something like
IF ‘a cell in the first column has been selected’ then
listbox1.show
end if
Any help would be appreciated thanks,
Jack.
Tie this code to your DataGridView’s CellClick event