I think there is a focus function but not positive. You may want to look into that until someone can answer definitively.
[red]"... isn't sanity really just a one trick pony anyway?! I mean, all you get is one trick, rational thinking, but when you are good and crazy, oooh, oooh, oooh, the sky is the limit!" - The Tick[/red]
[red]"... isn't sanity really just a one trick pony anyway?! I mean, all you get is one trick, rational thinking, but when you are good and crazy, oooh, oooh, oooh, the sky is the limit!" - The Tick[/red]
Private Sub txtTol_Max_GotFocus()
txtTol_Max.Text = ""
End Sub
You probably don't want this code to be in the click event as it will do the code even if the focus is already in the textbox. For instance, if they want to select a specific word or set of characters, when they click on it to do that, the textbox will clear.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.