Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Force uppercase
Message
From
23/06/1999 02:03:17
 
 
To
09/06/1999 14:38:00
General information
Forum:
Visual Basic
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00228055
Message ID:
00232841
Views:
12
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"
Previous
Reply
Map
View

Click here to load this message in the networking platform