12-03-18, 05:33 PM
غير بدل 4 الى 16
PHP كود :
If e.ColumnIndex = 0 Then
If Len(DataGridView1.Item(0, e.RowIndex).Value) > 16 Then
MessageBox.Show("غير مسموح إدخال اكثر من 16 أرقام", "خطاء", MessageBoxButtons.OK, MessageBoxIcon.Error)
DataGridView1.Item(0, e.RowIndex).Value = ""
End If
End If
(إني وجهت وجهي للذي فطر السماوات والأرض حنيفًا وما أنا من المشركين)
