Background:
I have a wizard-created Dialog-based project. I am using using a Spin control to scroll through a list of parameters. The project requires the user to manipulate various controls, based on results which are returned to the Dialog window. I want to permit the user to use the keyboard arrow keys, as well as the Spin control arrows, to help fatigue and be user-friendly.
Problem:
I can't find any *active* links with any sample code. I find many references to CHotKeyCtrl, but I get stuck on things like its parameter "hWnd": I find no reference to a Window handle in my Dialog. Hence my shameless request for code examples.
Thanks in advance.......