01-04-19, 05:47 PM
السلام عليكم
فى حدث
DataGridView_KeyUp
If DataGridView.CurrentRow.Cells(5).Selected = True Then
If e.KeyCode = Keys.F5 Then
Dim f As New frmItemHelp
f.ShowDialog()
End If
End If
بالضغط على F5
سيتم فتح فورم اختيار الاصناف
فى حدث
DataGridView_KeyUp
If DataGridView.CurrentRow.Cells(5).Selected = True Then
If e.KeyCode = Keys.F5 Then
Dim f As New frmItemHelp
f.ShowDialog()
End If
End If
بالضغط على F5
سيتم فتح فورم اختيار الاصناف
