UserControl Tab Stop problem

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a user control that will not allow other, normal, controls to receive focus.
It works good the first pass, then holds focus when I re-open the form with the same
dataRowView again. Tab passes between controls that are within my usercontrol only.

Any ideas?
thanks
 
I had a similar problem and created an event handler for the GotFocus and
then check the call stack. I found where it was happening but not why, but
perhaps you would have better luck.

Lloyd Sheen
 
Back
Top