UPPER case text box

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

How do I make a text box display only upper case letters. I know I have to
write this
//////////////////////////////////////////
myBox.Text=myBox.Text.ToUpper()
///////////////////////////////////////////
somwhere but where. I am doing it now in myBox_TextChanged but I feel it is
not the right place to do. The event handler is called twice-once when a
letter is entered, once again when the statement above is executed.t. It is
sort of recursive...

Thanks
 
Back
Top