清空里面的字符即可。
If e.sender.text = "" Then
ElseIf ValidPIN(e.sender.text) = False Then MessageBox.Show("身份证号码输入有误,请仔细核对身份证号码","提示",MessageBoxButtons.OK,MessageBoxIcon.Information) e.Cancel = TrueEnd If