J Trahair
Well-known member
In the old VB6 grids, you could set cursor position using:
grd1.Row=7
grd1.Col=4
and
numNewRow = grd1.Row
I've looked and looked in helps and other places, but the new VB.net DGV doesn't do it this way, but doesn't say how you can achieve it.
How can I do this please? It sounds a really simple basic action that should be obvious for me, but I can't work it out! Thanks again.
grd1.Row=7
grd1.Col=4
and
numNewRow = grd1.Row
I've looked and looked in helps and other places, but the new VB.net DGV doesn't do it this way, but doesn't say how you can achieve it.
How can I do this please? It sounds a really simple basic action that should be obvious for me, but I can't work it out! Thanks again.