Discussion:
Problem with ComboBox
(too old to reply)
kay
2004-06-16 14:14:27 UTC
Permalink
Hello, I Have plug-in for Word 2000, XP in CPP with one combobox and several
buttons.
I input some text into my comobobox and without Enter or Tab key go to
another control. The input text disappear.
What can i do with this.
Simon
2004-09-03 08:59:04 UTC
Permalink
Hi Kay,
Post by kay
I input some text into my comobobox and without Enter or Tab key go to
another control. The input text disappear.
This is the standard behaviour of an office combo box. There is an OnChange
combo box event that you could hook, but your code would not know when the
user had stopped entering data.
The short answer is to always press enter ;)

Simon

Loading...