PDA

Click to See Complete Forum and Search --> : Making a textbox defult [You Just start Typeing something and its there]


Jan 19th, 2000, 10:19 PM
Well , Read the topic :)

netSurfer
Jan 19th, 2000, 10:23 PM
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.

Rick H
Jan 19th, 2000, 10:25 PM
Use the keydown event in your form, then use txtBox.Setfocus