Using ES_READONLY with NSD_AddStyle
Hi,
I would like to create a read-only textbox.
To do so I tried the following code
${NSD_CreateText} <Coordinates> "Default"
Pop $EditBox
${NSD_AddStyle} $EditBox ${ES_READONLY}
But this doesn't work.
Although most of the ES_ styles can't be added after creating the control, the ES_READONLY style can.
(Adding the ES_READONLY style in the create macro does work)
Any idea why the ES_READONLY style does not work with NSD_AddStyle?
Regards,
Jan Pieter