Customising the combo box
Hi,
We have a combo box in our application whose drop down style is set to 'Default'. The user is allowed to type into the combo box at runtime and when the form is saved, the new entered value is saved in the form object. The combo box is also populated by a existing set of options and we finally add the value entered by the user as the combo box text. The problem we face is that when the form is opened, the combo box text is high lit. As a result of this, there are two controls in the form which seem to have focus, the selectable control with the lowest tab index, and the combo box. We need to disable the highlighting in the combo box when the form opens. Any suggestions?
Thanks for your time.
|