9. Menus and Message Handling
- 9.1. Menus
- 9.1.1. How do I get a pointer to the menu bar in a MDI app?
- 9.1.2. How do I implement a right-mouse popup-menu?
- 9.1.3. How do I dynamically change the mainframe menu?
- 9.1.4. How do I 'attach' a menu to a window's creation/destruction?
- 9.1.5. How do I add "What's This" menus to my application - like Win95 hip apps have?
- 9.2. Message Handling
- 9.2.1. How do I intercept WM_SETTEXT messages?
- 9.2.2. How do I handle my own registered messages?
- NEW!! 9.2.3. Is it possible to process a range of messages without creating a message-map entry for each message in the range?
- NEW!! 9.2.4. Is it possible to enable/disable a range of menu items without creating a message-map entry for each message in the range?
- NEW!! 9.2.5. How do I capture a windows message from any window fired?