Create Tool-Tip Using MFC CToolTipCtrl

In this example, we will create a MFC dialog with two text boxes & a button. Then using CToolTipCtrl we will display the Tool-Tips for all three controls. To achieve this here, we derive our own class from the MFC Framework’s CToolTipCtrl.