I have been trying for some time to make all the edit controls
in a dialog box (about 50) send JUST the page up/page down and
up/down arrow keys to my subclass procedure without changing the
standard windows functions for TAB, Shft-TAB, etc.
So far I'm unsuccessful.
I've tried subclassing each control individually, and they do go
to the subclass procedure, but it seems I have to use the
wantallkeys in order to get the needed keys, and that turns off
the standard TAB and shift TAB (which I'm so far unable to duplicate).
Anyone have any ideas?
Best Regards
Jim
------------------
Jim Seekamp
in a dialog box (about 50) send JUST the page up/page down and
up/down arrow keys to my subclass procedure without changing the
standard windows functions for TAB, Shft-TAB, etc.
So far I'm unsuccessful.
I've tried subclassing each control individually, and they do go
to the subclass procedure, but it seems I have to use the
wantallkeys in order to get the needed keys, and that turns off
the standard TAB and shift TAB (which I'm so far unable to duplicate).
Anyone have any ideas?
Best Regards
Jim
------------------
Jim Seekamp
Comment