Click to See Complete Forum and Search --> : When I call ModifyStyle and remove the styles ES_MULTILINE | ES_WANTRETURN it doesn't work


Clive Walker
June 3rd, 1999, 11:09 AM
I try and remove the ES_MULTILINE and ES_WANTRETURN styles from my edit control contained in a dialog box. I do this using ModifyStyle in OnInitDialog but it doesn't remove the styles.

Whats going wrong?