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.
-aric
Alexandre Julliard wrote:
>
> Aric Stewart <[EMAIL PROTECTED]> writes:
>
> > edit controls by default should return DLGC_WANTALLKEYS for
> > WM_GETDLGCODE.
>
> This flag was explicitly removed some time ago:
>
> >Working file: controls/edit.c
> >----------------------------
> >revision 1.47
> >date: 2000/05/30 20:50:09; author: julliard; state: Exp; lines: +7 -3
> >Serge Ivanov
> >Returning DLGC_WANTALLKEYS for multiline edit control was not good because
> >it breaks navigation in dialogs.
>
> I think the right thing is to return DLGC_WANTMESSAGE for the messages
> that we truly want, like is already done for the return key.
>
> --
> Alexandre Julliard
> [EMAIL PROTECTED]