Index

Instructor

Definitions

Menus
  Icon Basics
  Menu Basics 1
  Menu Basics 2
  Structure
  Menu Coding
  Messages

Menu Quiz

Definitions


Here are some useful definitions to know before we begin.

Icon - an small image, usually 32x32 used for unique visualization for a program.
Cursor - the image used for the mouse, and its different behaviors
Menu - a windows mechanism used in the User interface, that allows easy access to commands
Keyboard Accelerator - A keyboard command that generate WM_COMMAND messages, and can be used to quickly access items on the menu
Parameters - used to contain information for Menu messages, they include wParam, HIWORD(lParam) and LOWORD(lParam)