Hi can any one tell me how you pass the focus to a textbox say when a checkbox is ticked
Thanks White grass
Printable View
Hi can any one tell me how you pass the focus to a textbox say when a checkbox is ticked
Thanks White grass
just use the Focus method of the textbox
in the CheckedChanged event of the checkbox put
Textbox1.Focus 'where Textbox1 is your textbox
Thanks I should have known
Quote:
it's only easy if you know the answer!! :blush: