Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Maskedtextbox blues
Message
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Titre:
Maskedtextbox blues
Divers
Thread ID:
01487813
Message ID:
01487813
Vues:
106
Why, o why does this cause eratic behaviour in my (bound) maskedtextbox(es)?

Is there a fatwa against maskedtexboxes that I should know of?
    Protected Overrides Sub OnKeyPress(ByVal e As KeyPressEventArgs)
        ' http://www.syncfusion.com/FAQ/windowsforms/faq_c94c.aspx#q1121q
        If e.KeyChar = Chr(13) Then 'CChar(13)
            e.Handled = True
        Else
            MyBase.OnKeyPress(e)
        End If
    End Sub
Thanks.

Marc

PS : I need this so to disable the beep each time the user completes a field with the enter key.

If things have the tendency to go your way, do not worry. It won't last. Jules Renard.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform