Assume that I have created my own panes for status bar. How can I display tooltips for status bar panes.
Thanks
Dhiren
Printable View
Assume that I have created my own panes for status bar. How can I display tooltips for status bar panes.
Thanks
Dhiren
Assuming you created the CStatusBar with the SBT_TOOLTIPS style bit:
You should be able to call GetStatusBarCtrl() to get a reference to the underlying CStatusBarCtrl object. Then, call CStatusBarCtrl::SetTipText() for each pane you have.
Hi,
Is this possible in VC++ 5.x?
Harvey
It should be. Check the help for CStatusBarCtrl and if it shows up then it works. :)