Click here to Skip to main content
15,891,136 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
what is the coding of combo box
how can i do the coding of add items

What I have tried:

coding of combo box how i can add the items
Posted
Updated 2-Nov-18 6:34am
Comments
CHill60 2-Nov-18 12:34pm    
What have you tried?

1 solution

Depends on the environment you are working with - web code is different from WinForsm, which is different from WPF for example.
But this may help: How to: Add and Remove Items from a Windows Forms ComboBox, ListBox, or CheckedListBox Control | Microsoft Docs[^]

If you aren't using WinForms, then a quick google for "add items to combobox vb" and the name of your environment should find you the right document.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900