|
Prev: error message "<app-name> is not a valid Windows CE application"
Next: "Write" SMS to Sent messages?
From: Timothy Dean on 21 Jan 2008 17:54 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 |