Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Force uppercase
Message
De
23/06/1999 02:03:17
 
 
À
09/06/1999 14:38:00
Information générale
Forum:
Visual Basic
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00228055
Message ID:
00232841
Vues:
13
Why you want to force the user for Uppercase letter ?, you can make the user to enjoy what letter do they want to use, but you can trap it by using UCASE(text) function to change all text in the textbox into the uppercase.

eg.

Text1.Text= "hello world"
msgbox UCASE(Text1.text) ' it will "HELLO WORLD"
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform