T
tomfox
I have a Combobox which I populate on Form1_load
Now I want the user to change the existing text of an item during
runtime by just changing the text of the selected item.
To detect the change I use the "ComboBox_TextUpdate" event
but when I try to get the changed text with
"ComboBox.SelectedItem.ToString()" method I still see the old text
what am i doing wrong
regards
Thomas
Now I want the user to change the existing text of an item during
runtime by just changing the text of the selected item.
To detect the change I use the "ComboBox_TextUpdate" event
but when I try to get the changed text with
"ComboBox.SelectedItem.ToString()" method I still see the old text
what am i doing wrong
regards
Thomas