Click to See Complete Forum and Search --> : Tooltip for status bar panes


Dhirendra Bengeri
March 31st, 1999, 06:04 AM
Assume that I have created my own panes for status bar. How can I display tooltips for status bar panes.


Thanks


Dhiren

Kevin Delgado
March 31st, 1999, 08:15 AM
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.

Harvey Hawes
March 31st, 1999, 10:59 AM
Hi,


Is this possible in VC++ 5.x?


Harvey

Kevin Delgado
March 31st, 1999, 11:04 AM
It should be. Check the help for CStatusBarCtrl and if it shows up then it works. :)