Verificas se têm texto assim:
if textbox.text.trim() = String.Empty Then
MessageBox.Show("Textbox VAZIA")
End If
O Trim() é usado para remover espaços em branco.
↧