Textbox input Focus?
C#
2
Posts
2
Posters
0
Views
1
Watching
-
How do I give a Textbox input focus? I use the following code, but nothing happens: if (txtTextbox.CanFocus) txtTextbox.Focus();
-
How do I give a Textbox input focus? I use the following code, but nothing happens: if (txtTextbox.CanFocus) txtTextbox.Focus();
Set the Taborder of the Textbox as 0 or first focus control of the form.