Originariamente inviato da tas
Quello scritto da hacker_nait non è proprio VB (cos'è, VB++ ?? ), così dovrebbe andare meglio:
codice:
If (a.Text = "") And (b.Text == "") Then
    MsgBox "Errore, compilare correttamente!"
Else
    '...
    'Codice se va tutto bene
End If
e il tuo cos'è vb#? :gren: