For a textbox, I want to display a tooltip immediatly when the focus is in on the textbox, and stay there for the duration of the focus – not just when the mouse hovers over the textbox.

How can I do that?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The
EnterandLeaveevents are probably useful here, and show it with a duration of 0 to keep it there.Note: Calling the
Show(...)method twice like in my example will force the “pointer” to point correctly to the control.