If you only have the textBox2 control on your form, there's only one place the focus can be. If you want to set the focus order of your controls, use the TabIndex
property.
Dan Puzey
2010-10-14 09:15:54
If you only have the textBox2 control on your form, there's only one place the focus can be. If you want to set the focus order of your controls, use the TabIndex
property.