Jhojan Alberto Tobon Monsalve:
How can I make the ComboBox control lets me input data like an Edit control not only by choosing the predefined values by code, but also, typing any value that I want to?.
This control was taken from another software, but the idea is the same. The image in the left side shows predifined values and a value that I typed, and the next shows the ComboBox control that I made with basic code from standard library, in the last case I can only choose the default values but I cannot type any other value that I want to. What should I do to fix this? Thank you in advance.
Thanks, but I already know how to do this.

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
How can I make the ComboBox control lets me input data like an Edit control not only by choosing the predefined values by code, but also, typing any value that I want to?.
This control was taken from another software, but the idea is the same. The image in the left side shows predifined values and a value that I typed, and the next shows the ComboBox control that I made with basic code from standard library, in the last case I can only choose the default values but I cannot type any other value that I want to. What should I do to fix this? Thank you in advance.