Réponse acceptée !
Bonjour,
Essayez simplement ceci :
Private Sub DataGridView1_CellMouseClick(ByVal sender As System.Object, ByVal e As System.Windows.Forms.DataGridViewCellMouseEventArgs) Handles DataGridView1.CellMouseClick
TextBox1.Text = DataGridView1.CurrentCell.Value
End Sub
Bon(nes) courage, développement, salutations... (choisissez ce qui vous convient) dp