PC Review
Forums
Newsgroups
Microsoft DotNet
Microsoft Dot NET Framework Forms
How to display the tooltips when a textbox get focus
Forums
Newsgroups
Microsoft DotNet
Microsoft Dot NET Framework Forms
How to display the tooltips when a textbox get focus
![]() |
How to display the tooltips when a textbox get focus |
|
|
Thread Tools | Rate Thread |
|
|
#1 |
|
Guest
Posts: n/a
|
H
I have created a class to inherit the textbox. Beside the mouseOn event, I want the textbox show a tooltip when the textbox is got focus by using the keyboard's TAB key. How can i do it by using VB .NET Thank you |
|
|
|
#2 |
|
Guest
Posts: n/a
|
Hi Kenneth,
Did you try alreaddy the GotFocus-event? Private Sub TextBox1_GotFocus(ByVal sender As Object, ByVal e As System.EventArgs) Handles TextBox1.GotFocus myToolbar.SetToolTip(TextBox1, "blablabla") End Sub Pieter "Kenneth" <anonymous@discussions.microsoft.com> wrote in message news:5A2BD667-B8B2-4C2B-847D-0198479A42C9@microsoft.com... > Hi > > I have created a class to inherit the textbox. Beside the mouseOn event, I want the textbox show a tooltip when the textbox is got focus by using the keyboard's TAB key. How can i do it by using VB .NET? > > Thank you |
|
![]() |
|
| Thread Tools | |
| Rate This Thread | |
|
|

Main Page 

