I am adding items to combo box using comboBox.Items.Add(entry);. But how can I avoid duplicate entries (i.e same name entries) in combobox. Is there any lib function
I am adding items to combo box using comboBox.Items.Add(entry); . But how can I
Share
Check for the item before adding: