ปล.ใช้ .focus ไม่ได้ครับ เพราะ User อาจกรอกข้อมูลไม่เรียงลำดับกัน
Code (VB.NET)
Private Sub txtpo_TextChanged(ByVal sender As Object, ByVal e As System.EventArgs) Handles txtpo.TextChanged
If txtpo.Text <> "" Then
lblPONo.Visible = False
Else
lblPONo.Visible = True
End If
CheckLBL()
End Sub