At 10:35 PM 12/14/00 -0600, you wrote:
>However with Spy++ under winNT, I spied on the message using a generic
>multiline edit control without the ES_WANTRETURN style and
>DLGC_WANTALLKEYS was part of the return value.
I wonder if you are aware that DLGC_WANTMESSAGE and DLGC_WANTALLKEYS are
the same thing ? It's not a good thing to have the same thing under 2 different
names, but that's what Windows does in its include files, so I guess it should
stay this way; but to actually *use* the same numeric value in code under 2
different symbols has better to be avoided IMO.
Gerard