I am having trouble placing focus in a TextBox.
In the Load event I call myTextBox.Focus() however when the
form opens focus
is on an (apparently) random button on the form.
Does anyone know what I need to do for focus to be a the
TextBox of my
choosing when the form displays?
Thanks,
-Mont