cyprus106
Programmer
- Apr 30, 2001
- 654
I have a combo box that the user can type in, but the characters the user types must be in all capital letters.
I tried:
ComboBox1->Text = ComboBox1->Text.UpperCase();
but that, of course, made the formatted string come out backwards. I would be INCREDIBLY apprciative if anyone could point me in the right direction here. Cyprus
I tried:
ComboBox1->Text = ComboBox1->Text.UpperCase();
but that, of course, made the formatted string come out backwards. I would be INCREDIBLY apprciative if anyone could point me in the right direction here. Cyprus