If I want to set the focus on a textbox when the form is first opened, then at design time, I can set it\'s tabOrder property to 0 and make sure no other form control has a tabO
create a textbox:
..hello..
focus() ---> it is used to set input focus to the textbox control
tb.focus()