Index
Instructor
Definitions
Menus
Menu Quiz
|
Menu Basics
Menus are one of the most important parts of a consistant user interface that any Windows
program offers. The allow easy access to a list of available options to the user.
- Every item in a menu is assigned a unique ID number.
- The name of the menu is specified in the window class structure.
- When a user chooses a menu item, Windows sends the program a WM_COMMAND message with the ID.
|
|