Adding a selection to a combobox

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • cmdolcet69

    #1

    Adding a selection to a combobox

    I have a combo box control in which i create dynamically in the
    runtime.
    I use the items.add however this will not look at the actual file
    (msettings.mast erattributes.at tributes(0)) position it will just put
    it as a long string? How can i add items (multiple) to a combo box?

    ..Items.Add(mSe ttings.masterAt tributes.Attrib utes(0))

Working...