Can anyone recommend a suitable publication that will
explain the structure and values of Windows messages. I
am already able to intercept the messages, but I need to
be able to decode them in order to apply the correct
action to whichever control in my main window raised the
message. Some messages like got and lost focus are fairly
obvious but there are many others that I have no clue
about.
Interestingly, an Enter key appears not to be tied to the
control that currently has focus.