![]() |
#2
dafeixia882010-02-23 20:40
|

DataGridView.AllowUserToDeleteRows = False
If MessageBox.Show("是否删除?", "删除&确认", _
MessageBoxButtons.OKCancel, MessageBoxIcon.Question) <> _
Windows.Forms.DialogResult.OK Then
Then后面怎么写 突然间不会了