I want to disable editting the text field of combobox control.
I read that to do this, i need to set combobox style to 'DropDownList'
I tryed to set combobox style by using this
, but it dos'n work.🙁
${NSD_AddStyle} $hwnd ${CBS_DROPDOWNLIST}
Please help!