我系统中需要弹出“不为空”提示框,但是控件太多,请问,一定要每个控件写一段代码吗?,有没有简化的方法?
If e.Form.Controls("TextBox14").Text = "" Then messagebox.show("过敏史不为空","提示", MessageBoxButtons.YesNo) ReturnEnd If