Is there a special trick for when a user clicks into the text box? 'Cause i can't get it to select everything when a user clicks in the text box.
Code:Private Sub TextBox2_Enter(ByVal sender As Object, ByVal e As System.EventArgs) Handles TextBox2.Enter TextBox2.SelectAll() End Sub




Reply With Quote