Welcome to WindowsClient.net | Sign in | Join
Use the CharacterCasing property of the TextBox.
textBox1.CharacterCasing = CharacterCasing.Upper; textBox2.CharacterCasing = CharacterCasing.Lower;
Contributed from George Shepherd's Windows Forms FAQ