Ho messo nel costruttore:
codice:
AddHandler Me.Combo.TextChanged, AddressOf combo_TextChanged
e poi ho creato una funzione:
codice:
Private Sub combo_TextChanged(ByVal sender As Object, ByVal e As System.EventArgs)
End Sub
grazie mille,