15-10-18, 12:23 AM
(آخر تعديل لهذه المشاركة : 15-10-18, 12:24 AM {2} بواسطة asemshahen5.)
كود :
Private Sub DataGridView2_Click(sender As Object, e As EventArgs) Handles DataGridView2.Click
If DataGridView2.CurrentRow.Cells(3).Value.ToString = "" Then
TextBox3.Text = ""
Else
TextBox3.Text = Format(DataGridView2.CurrentRow.Cells(3).Value, "yyyy,MM,dd")
End If
End Subسبحان الله وبحمده سبحان الله العظيم و الحمد لله ولا اله الا الله والله اكبر
