Question : Changing the case, Forcing all caps in a vb.net Windows app

Can someone provide a code sample that will force everything entered in a textbox to upper case.  Please also proved an explanation or sample showing how to use it?

Answer : Changing the case, Forcing all caps in a vb.net Windows app

For WinForms:  

Me.TextBox1.CharacterCasing = CharacterCasing.Upper

Bob
Random Solutions  
 
programming4us programming4us