In the previous SDI and MDI applications, you didn’t add any functionality that required
you to touch the frame window. Well, because the toolbar is attached to the frame, you’ll
have to begin adding and modifying code in that module. If you open the CMainFrame
class to the OnCreate function, you’ll see where it’s creating the existing toolbar and
then later in this function where the toolbar is being attached to the frame