Hi,

I'm wondering if anyone can give me some suggestions on how to immediately give focus to a combobox on display of a tabpage. I tried setting it in the TabPage.Enter event, but it appears that the tabcontrol itself gets focus after the enter event. I'd like to avoid using timers and such, and am wondering if there is a good workaround to this or another event I can try handling. I've been through the list, and can't seem to find a good one to use.

Bill