Ciao

ho una text box e una masktextbox e vorrei capire come trovare il controllo

che ha perso il focus.

Private Sub txt_DB_0_LostFocus(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles txtbox.LostFocus, maschedtxtbox.LostFocus

If TypeOf Is TextBox Then
End If

If TypeOf Is MaskedTextBox Then
End If

End Sub

Grazie