Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Sum
Message
 
À
30/06/2004 08:55:25
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Titre:
Re: Sum
Divers
Thread ID:
00918691
Message ID:
00919082
Vues:
14
Hello Mohammed,

yes of course you can do it in the TextChanged event.

Private Sub TextBox1_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles TextBox1.TextChanged
TextBox2.Text = SumStringChars(TextBox1.Text)

End Sub

Hope that helps,
Alex
Alexandre Boudreault-Ferland
Chief Technology Officer
AZUR Technologies
http://www.xicommunity.ca
http://www.xiazur.com
http://endfunction.blogspot.com
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform