Hi...
how to avoid multiple entry display in combo box?
ie) if we are displaying the TV List in Combo...
combo1.additem "samsung"
combo1.additem "onida"
combo1.additem "samsung"
how to disaply onida and samsung one time...?
Sree..
how to avoid multiple entry display in combo box?
ie) if we are displaying the TV List in Combo...
combo1.additem "samsung"
combo1.additem "onida"
combo1.additem "samsung"
how to disaply onida and samsung one time...?
Sree..
Comment