In my form load event I have this code:
VB Code:
textbox.focus()
and, i have another event, tab_selectedIndexChanged, that does the same.
when my app first fires up, the text box doesn't get the focus as expected but works fine if the tab pages are clicked back and forth.
what could be wrong here?
