04-02-13, 02:19 AM
PHP كود :
For u = 0 To DataGridView1.Rows.Count - 1
If DataGridView1.Rows(u).Cells(2).Value = CDate(Now).ToString("dd/MM/yyyy") Then
DataGridView1.Rows(u).DefaultCellStyle.BackColor = Color.Red
End If
Next
