A
Ayende Rahien
I've a form that contains a panel that contains a text box, but I can't
get the default focus to be on the text box.
I want to open this form and start typing, but it doesn't work.
I tried settting the tab index, and I tryed the textbox.Select() &
textbox.Focus() on the form's Load event, but it didn't work.
Anyone knows why?
What happens is that the focus is just one tab away from it, and it's
driving me nuts.
get the default focus to be on the text box.
I want to open this form and start typing, but it doesn't work.
I tried settting the tab index, and I tryed the textbox.Select() &
textbox.Focus() on the form's Load event, but it didn't work.
Anyone knows why?
What happens is that the focus is just one tab away from it, and it's
driving me nuts.