Prova così:

if mytextbox.text = "" then

MsgBox("Vuoto")

else

MsgBox("Ci sono dei caratteri")

end if

non so se funziona anche in vb6...