How to set cursor to a textbox while showing a form ?
gjoisa Active Member Licensed User Longtime User May 13, 2008 #1 How to set cursor to a textbox while showing a form ?
B BjornF Active Member Licensed User Longtime User May 13, 2008 #2 Just use the focus method: Textbox1.Focus / Björn
gjoisa Active Member Licensed User Longtime User May 13, 2008 #3 i have tried it . Code: #text.Focus Form1.Show# It is not working .
specci48 Well-Known Member Licensed User Longtime User May 13, 2008 #4 Do it the other way round. First show the form and then set the focus. specci48