I am using Visual Studio 2005 and writing all code-behind in VB. I'm setting the focus of a textbox after I run some calculations. I want to additionally select all the text in the textbox that I've set the focus to so that the user doesn't have to manually select the text and type. Can someone give me an example of how to do this programmatically?