I am writing a windows application
I am popping up a new form that has a tab control with 2 tabs in it.
I am trying to have the first tab displayed and focus set on a text box within that tab.
I thought I would only have to say
txtBox1.Focus() on the form load event.
Could someone point me in the right direction?
Thanks
I am popping up a new form that has a tab control with 2 tabs in it.
I am trying to have the first tab displayed and focus set on a text box within that tab.
I thought I would only have to say
txtBox1.Focus() on the form load event.
Could someone point me in the right direction?
Thanks