Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
CToolTipCtrl m_ToolTips;
m_ToolTips.Create(this);
m_ToolTips.SetDelayTime(100);
m_ToolTips.AddTool(&m_cmdZoom1,_T("See larger version of this text."));