|
-
March 31st, 1999, 07:04 AM
#1
Tooltip for status bar panes
Assume that I have created my own panes for status bar. How can I display tooltips for status bar panes.
Thanks
Dhiren
-
March 31st, 1999, 09:15 AM
#2
Re: Tooltip for status bar panes
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.
-
March 31st, 1999, 11:59 AM
#3
Re: Tooltip for status bar panes
Hi,
Is this possible in VC++ 5.x?
Harvey
-
March 31st, 1999, 12:04 PM
#4
Re: Tooltip for status bar panes
It should be. Check the help for CStatusBarCtrl and if it shows up then it works. 
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|