Posts: 1,058
Threads: 367
Joined: Oct 2007
A field in a dialog has the style ES_READONLY. I wonder whether there exists a notification code in the case that some value is set in this field, using a setwintext(id(... hDlg)) statement. Many thanks in advance.
Posts: 12,065
Threads: 140
Joined: Dec 2002
Use function OutWinMsg.
EN_CHANGE depends on ES_MULTILINE. Maybe on ES_READONLY too, don't know.
Or you can subclass the control.
Posts: 1,058
Threads: 367
Joined: Oct 2007
Many thanks for very useful advice. Best regards.