Hi,
I have a bizarre effect on my winform. I have a databound
combobox. The focus on my form is on another control.
When I click on the combobox with the mouse, the gotfocus
event is fired. So far so good. But when I use the <Tab>
button, first the lostfocus and then the gotfocus event
of the combobox is fired.
Is this normal and how to fix it?
Thanks
Kurt Vandevelde