How to add tool tip in textbox in win form C#

  • Thread starter Thread starter Gani tpt
  • Start date Start date
G

Gani tpt

Guest
i am using metro framework text box.

I want to set tool tip while end user mouse hover of the textbox.

normally, i am using textbox to browse the excel/mdb file to browse and display the file
insdie the textbox.

The important thing is, i don't want to display full path in the text box.

but, while mouse hover or mouse move in the text box, we jsut want to show the full path.

Is there any way to do in .NET controls specially for textbox..?

Continue reading...
 
Back
Top