Hi,
What is the code to write in txtCaps text box event which can change the whole text entered in as capital letters? Thanks.
Hi,
What is the code to write in txtCaps text box event which can change the whole text entered in as capital letters? Thanks.
Hi,
You need the CharacterCasing property to do so.
Here's an example:
TextBox1.CharacterCasing = CharacterCasing.Upper
Hi,
You need the CharacterCasing property to do so.
Here's an example:TextBox1.CharacterCasing = CharacterCasing.Upper
Thanks for you kind help.
Regards.
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.