I have several comboboxes and all of them are manually entered text. After the combox selection couldn't lose focus. I used:
this.ActiveControl = null;
It works but the focus is going to the first control always.
Could you please suggest to fix this issue?