Windows Develop Bookmark and Share   
 index > Windows Forms Designer > To see description in Labels
 

To see description in Labels

I ahve a windows form with some lables. What i want is that when i hover my mouse i want to show some description .

For eaxmlpe, I have a textbox and a lsbel to it. The label is "Server Name". When i hover my mouse over the label i want that the user sees the description (in another small pop up). Description somethig like ths "Please nesure that what name you enter is what you have administrative previlages to"

Can this be done.

Regards..

Girija Shankar

Girija Shankar  Wednesday, August 27, 2008 9:04 PM
hi
you can use ToolTip component.
just drag and drop ToolTip from tool box.
then on lable will add ToolTip on toolTip1 property, then write for example "Please nesure that what name you enter is what you have administrative previlages to".
I am Emran  Thursday, August 28, 2008 4:18 AM
hi
you can use ToolTip component.
just drag and drop ToolTip from tool box.
then on lable will add ToolTip on toolTip1 property, then write for example "Please nesure that what name you enter is what you have administrative previlages to".
I am Emran  Thursday, August 28, 2008 4:18 AM

You can use google to search for other answers

Custom Search

More Threads

• Custom Shaped form question
• ContextMenuStrip MenuItem Click event isn't triggered?
• Is there is any way to accesses the protected SetStyle property of a control from the outside?
• Something like stylesheet?
• Collection Editor Question
• How do I pop up/show a form at the mouse coordinates - like a context menu?
• Scrolling in Integration.Elementhost
• Designers and Partial Classes
• Limiting property selections
• Custom Control Help! Using a classic C-Style custom control.