此代码放在两个地方:
一:窗口的AfterLoad事件中
二:TextBox1的ValueChanged事件中
If e.Form.Controls("TextBox1").Value = "" Thene.Form.Controls("Label1").text = "未完成"Elsee.Form.Controls("Label1").text = "完成"End If