R
Randy
Hello all,
I have a form with a text field (textBox1) on it.
Apparently, textBox1.Focus() doesn't work when the form is initializing. I
put this in the Constructor and also in the Load event for the form.
textBox1 still doesn't get the focus when the form comes up. How do you do
this?
Thanks
I have a form with a text field (textBox1) on it.
Apparently, textBox1.Focus() doesn't work when the form is initializing. I
put this in the Constructor and also in the Load event for the form.
textBox1 still doesn't get the focus when the form comes up. How do you do
this?
Thanks