1、可以在keydown事件写代码
e.cancel = true
2、validating事件,写代码
If e.sender.Text = Nothing Then
msgbox("不能为空")
End If