|
-
Nov 13th, 2005, 11:51 AM
#1
Thread Starter
Lively Member
[RESOLVED] passing the focus to a textbox
Hi can any one tell me how you pass the focus to a textbox say when a checkbox is ticked
Thanks White grass
-
Nov 13th, 2005, 11:56 AM
#2
Re: passing the focus to a textbox
just use the Focus method of the textbox
in the CheckedChanged event of the checkbox put
Textbox1.Focus 'where Textbox1 is your textbox
-
Nov 13th, 2005, 12:31 PM
#3
Thread Starter
Lively Member
Re: passing the focus to a textbox
Thanks I should have known
it's only easy if you know the answer!!
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
|