I am working on a a demo of the problem, but maybe someone knows before I demo.
I have a situation that in my callback, if my checks for Msg, and wParam are declared as hex values, then my procedure catches the Msg, but not the wParam for values I am checking for. If I declare my wParam checks as Decimal value they do get caught.
Debugger shows both values when checking the actual value (yep I checked, just in case I made a mistake in converting Decimal to Hex and back again, and all the numbers match)
Am I missing something??????
(Hope to have a demo worked up soon to show actual code)
I have a situation that in my callback, if my checks for Msg, and wParam are declared as hex values, then my procedure catches the Msg, but not the wParam for values I am checking for. If I declare my wParam checks as Decimal value they do get caught.
Debugger shows both values when checking the actual value (yep I checked, just in case I made a mistake in converting Decimal to Hex and back again, and all the numbers match)
Am I missing something??????
(Hope to have a demo worked up soon to show actual code)
Comment