Hello.
How can I select an option of a combobox dynamicaly?
sort of comboBox1.selectItem(5);
and how can I make the combobox not editabe?... that is... the user can use the combobox for choosing the available options, but not to enter new text
thanks




Reply With Quote