F
Fabrício de Novaes Kucinskis
Hi all,
I have a combobox control, in wich I put an autocomplete code. This code is
in the TextChanged event, but when this event fires, the Text property isn't
updated yet.
For example, if the Text property is "Foo" and I press the letter "d", the
Text property when the TextChanged event runs is "Foo". Only after the
TextChanged event be processed, the KeyDown, KeyUp and KeyPress events fires
and update the Text property.
I think it's very strange. Is it a bug? How can I get the correct Text
property in the TextChanged event?
Thanks in advance,
Fabrício de Novaes Kucinskis.
I have a combobox control, in wich I put an autocomplete code. This code is
in the TextChanged event, but when this event fires, the Text property isn't
updated yet.
For example, if the Text property is "Foo" and I press the letter "d", the
Text property when the TextChanged event runs is "Foo". Only after the
TextChanged event be processed, the KeyDown, KeyUp and KeyPress events fires
and update the Text property.
I think it's very strange. Is it a bug? How can I get the correct Text
property in the TextChanged event?
Thanks in advance,
Fabrício de Novaes Kucinskis.