It would be ideal to remove all tooltips from the toolbar and implement statusbar helptext.
This will require creating a variable that stores the persistent text (e.g. the results of the last operation) and some messy code to observe mousemove from a centralized location, since we don't want a MouseEnter and MouseOut on every single control. My thought is that if MouseMove can be observed from a central location, we can check (say) .ToolTip on every hit control and display if necessary. Not sure.
It would be ideal to remove all tooltips from the toolbar and implement statusbar helptext.
This will require creating a variable that stores the persistent text (e.g. the results of the last operation) and some messy code to observe mousemove from a centralized location, since we don't want a MouseEnter and MouseOut on every single control. My thought is that if MouseMove can be observed from a central location, we can check (say) .ToolTip on every hit control and display if necessary. Not sure.