G Guest Aug 2, 2004 #2 Capture the the textbox_textChanged event and add the following code: int x=textBox1.SelectionStart; textBox1.Text=textBox1.Text.ToUpper(); textBox1.SelectionStart=x; Ali Gardezi
Capture the the textbox_textChanged event and add the following code: int x=textBox1.SelectionStart; textBox1.Text=textBox1.Text.ToUpper(); textBox1.SelectionStart=x; Ali Gardezi