errorprovider

Validating with errorProvider using dropdownlist in Windows Forms?

So basically I am trying to validate my drop down list (combobox) using the Validating event. This works, but calls the focus to my drop down list, not allowing a selection to be made. Is there any way to get the errorProvider working with dropdownlist if (ddlTypeOfPass.SelectedIndex < 1) { errorProvider1....