From: Timothy Dean on
How do I get tooltips to show up for the toolbar in WM5 using VS 2005 and
MFC / C++? The CToolTipCtrl is not supported. I have tried sending the
message:

m_wndCommandBar.SendMessage(TB_SETTOOLTIPS, (WPARAM)(NUMBER_OF_TOOL_TIPS),
(LPARAM)(m_ToolTipsTable))

Neither seems to work. I am creating the toolbar buttons programmatically.
Thanks.

Timothy Dean