The dialog manager, part 8: Custom navigation in dialog boxes
Some dialog boxes contain custom navigation that goes beyond what the function provides. For example, property sheets use Ctrl+Tab and Ctrl+Shift+Tab to change pages within the property sheet. Remember the core of the dialog loop: (Or the modified version we created in part 7.) To add custom navigation, just stick it in before callin...