0

I have a program with a lot of buttons, and need to put a tooltip on every single button. Every buttton has its own text describing what it does. I would put a tooltip on every button, and add the text to the tooltip, but I guess that its not a very efficient way to do it. What would be the best way to put a tooltip on every item I wish with its own text?

thanks

sharkyenergy
  • 3,842
  • 10
  • 46
  • 97
  • 1
    Some suggestions can be found [here](https://stackoverflow.com/questions/168550/display-a-tooltip-over-a-button-using-windows-forms). – Paul T. Dec 17 '17 at 21:02
  • You only need **ONE** ToolTip control on your Form. A "ToolTip on ToolTip1" entry will be added to the existing controls property grid where you can set the tip. This can also be done programmatically. – Idle_Mind Dec 17 '17 at 21:33
  • Please include what have you done so far? (Code) – Sunil Dec 18 '17 at 05:55
  • @Idle_Mind thanks, figured it out.. but how do I have to handle this on a MultiLanguage program? – sharkyenergy Dec 19 '17 at 20:34

0 Answers0