FederalProgrammer
Programmer
It sounds simple enough... I don't know why I can't get it to work....
To put a tooltip on a control, following is true:
dim tt as new tooltip
tt.settooltip(control, tooltipText)
Now, how can I remove this tooltipText??
for the curious ones, I have a toolbar that is activated in my MDI-container based on what tool is launched and used. Each tool will use the toolbar based on its needs. So an openFolder icon may mean create a new folder in one tool, while in the other, it means, i don't know, Open a bunch of graphs. So as you see, each tool will have its own tooltip to display for each button. And that's why I have to add/remove the tooltips as the tools in mdi-container are selected/deselected...
Any help is much apreciated!
To put a tooltip on a control, following is true:
dim tt as new tooltip
tt.settooltip(control, tooltipText)
Now, how can I remove this tooltipText??
for the curious ones, I have a toolbar that is activated in my MDI-container based on what tool is launched and used. Each tool will use the toolbar based on its needs. So an openFolder icon may mean create a new folder in one tool, while in the other, it means, i don't know, Open a bunch of graphs. So as you see, each tool will have its own tooltip to display for each button. And that's why I have to add/remove the tooltips as the tools in mdi-container are selected/deselected...
Any help is much apreciated!