Uses the ON_CONTROL_RANGE MFC macro to avoid having to individually check each control
Simple Way to Check All Dialog Controls for Changings
Published 05/06/2000
Uses the ON_CONTROL_RANGE MFC macro to avoid having to individually check each control
Using ON_UPDATE_COMMAND_UI with all controls in a Dialog
Using ON_UPDATE_COMMAND_UI with controls
Using ON_UPDATE_COMMAND_UI with menu items and controls
Using ON_UPDATE_COMMAND_UI with menu items and controls (2)
Learn to implement exception handling mechanism in C++.
Look at what can be done with mapping in a UWP (Universal Windows Platform) app.
With a UWP app, you can design for specific input modes and devices. Learn to control a camera from one.
Take advantage of pattern matching to check for patterns in your code, improve performance, and simplify your code.