Hello,
Can anyone please help me. I'm trying to add/remove items to combobox from the code, but can't figure out how to do that. I tried to use addString, but I don't know how to use it correctly.
comboname.listname.addString("string"
doesn't work
I don't need to use "datasource" property, I just want to add/remove one item at a time to the combobox. It looks like easy thing, but turned out to be a problem for me :-(
Thank you
Can anyone please help me. I'm trying to add/remove items to combobox from the code, but can't figure out how to do that. I tried to use addString, but I don't know how to use it correctly.
comboname.listname.addString("string"
I don't need to use "datasource" property, I just want to add/remove one item at a time to the combobox. It looks like easy thing, but turned out to be a problem for me :-(
Thank you