|
-
Jan 19th, 2000, 11:19 PM
#1
Well , Read the topic
-
Jan 19th, 2000, 11:23 PM
#2
Hyperactive Member
I'm not sure whether it has a Default poperty or not but you could do 2 things.
set it's tab index property to 0, then it'll be the default selected one when the form loads. Also, put code in putting focus.
textbox1.setfocus
That should work.
-
Jan 19th, 2000, 11:25 PM
#3
Hyperactive Member
Use the keydown event in your form, then use txtBox.Setfocus
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
|