Quote Originally Posted by sunsunlight
hello guys, i want to set focus to a textbox when the form pop up so that the user can enter directly instead of first pointing to the textbox then entering..

I tried put textbox1.focus() in the form_load event, but it doesn't work. anybody know how to deal with it?

cheers
Code:
textbox1.select()