Hai, Arpaket
I can’t able to fully understand what you need any way

See the following code for dynamically add item to combobox

CurComboBox.Items.Clear()’clear the previous Items
For Each s In CurItems ‘s is an string CurItems is array of string
     CurComboBox.Items.Add(s) ‘add item
Next
Do you want to occur the event when user select the item in combobox
Then write in DropDown closed event

On Dec 18, 11:16 pm, Arpaket <[email protected]> wrote:
> Using VB.Net: I need to fill in a ComboBox with items that can be
> highlighted according to their kind.  Like BIG or small.  Can I do
> this with code dynamically in the ComboBox?  If so, I don't know how
> and sorry to be so stupid but you could help me.  TIA.

Reply via email to