Does anyone can help me.
I would like - when you move the mouse over a certain part of the text show
explanation.
This is the text (example)
0.0 dazi
0.0 14.0 1.0
When you hover mouse over zero proved to be the value in millimeters.(in tooltip or balloon)
when you get over dazi to write dazidazi
when you get over 0.0 to write that it is in meters
when you get over the 14.0 to write that it is decimeter
when you get over 1.0 to say that it cantimeri
sasa lazicPosted Jan 13, 2014, 2:05 PM
i am find solution
this is my code for other people
}
I put text in richTexBox
Dhirendra MisraPosted Jan 13, 2014, 12:52 AM
I am not sure about your requirement. What I understand that you need to show tooltip for label's content value. If it is so, I would suggest to check the values on form load event and create labels with tooltips and then add them to your form.
Refer for creating dynamic labels and other control.
http://www.dreamincode.net/forums/topic/108288-create-textbox-control-and-label-control-dynamically/
Refer for tooltip:
http://www.c-sharpcorner.com/uploadfile/mahesh/tooltip-in-C-Sharp/
Hope this will help you.