I have a form with text boxs on it
whenever i enter(got focus) the textbox i want the text in it to be get selected
i can use textbox.selstart and textbox.sellenth but have many text boxs(48)
do i have to write it for each and every text box

(using VB net)
Please help