ComboBox Text Change Event
C#
1
Posts
1
Posters
0
Views
1
Watching
-
I need to convert any text entered by a user in a combo box to upper case. So, in the text_changed event, I added the code to convert the text to upper. However, the first time I select the combo box and change the text, it doesn't register the changed text, but the text that was previously present in the combo box (what is loaded into it during the form load event). Is there a reason for this and how do I correct it? Thanks.