CToolTipCtrl m_tip; m_tip.Create(this); m_tip.AddTool(GetDlgItem(IDC_BUTTON9), _T("Tooltip text")); m_tip.Activate(TRUE);
m_tip
OnInitDialog
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)