|
-
Mar 31st, 2005, 02:18 PM
#1
Thread Starter
New Member
Problem setting focus.
I Have an MDI form (X1) with a timer running a clock display and loading a second form (X2) with a TextBox1 to captue the answer to a question.
I am unable to set the focus to Textbox1 on X2 to accept keyboard entry straign away.
Any suggestion on how to set this in code, I suspect I am putting staements in the wrong place.
I have checked X2.Textbox1.tabindex=0 and X2.Textbox.tabstop=true
Suspect I have to code the solution either in the X2_Load section or near the point in X1 where I dim the X2 form and show it.
Thanks for any help
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|