I have multiline Edit Box (MFC). If user press Enter, the default push button have pushed and dialog ends (obviously).
How to allow user to use ENTER key for the next line in edit box?
I read, that I should to use ES_WANTRETURN style for this EDIT_CONTROL, but how to do it? If I have not create procedure? I have modal dialog generated from *.rc file.
Thanks for helping. I need some easy way :-)
