Comment mettre le focus sur une cellule d'un DataGrid (Windows Forms)?
Visual Studio.Net 2002, Framework 1.0
Version imprimable
Comment mettre le focus sur une cellule d'un DataGrid (Windows Forms)?
Visual Studio.Net 2002, Framework 1.0
Code:Me.DataGrid1.CurrentCell = New DataGridCell(3, 3)
Ok super, ça marche !!!
Merci.