there are different ways:
in design go to the combo en select the items property
in code
combo.items.add("ze item")
(if you have your own class that has a tostring)
combo.items.add(instanceofyourclass)
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.