TextBox focusing problem?

cwyong1

Active member
Joined
May 20, 2007
Messages
35
Programming Experience
Beginner
How do i set focus to the firstmost textbox in my login screen?

TQVM
 
Did you try Textbox1.Focus() ?
Or setting TabIndex for controls in appropriate order? The initial control should have index 0.
 
Back
Top