Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Notification code when an ES_READONLY field is set
#1
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.
#2
Use function OutWinMsg.
EN_CHANGE depends on ES_MULTILINE. Maybe on ES_READONLY too, don't know.
Or you can subclass the control.
#3
Many thanks for very useful advice. Best regards.


Forum Jump:


Users browsing this thread: 1 Guest(s)