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