Well , Read the topic :)
Well , Read the topic :)
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.
Use the keydown event in your form, then use txtBox.Setfocus