Today you learned about menus in Visual C++ applications. You learned how to use the
tools in Visual C++ to create a menu for use in your application and then how to attach
the menu to a window in your application. After you had the menu attached to your window,
you learned how to attach functionality to the various menu entries. Later in the
day, you learned how you can use a portion of your menu as a pop-up, or context, menu.
Finally, you learned how accelerator keys are added to most applications.