Skip to content
⌘ NSIS Forum Archive

Setting ComboBox style

3 posts

alpinek#

Setting ComboBox style

Hi all.
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

${NSD_AddStyle} $hwnd ${CBS_DROPDOWNLIST}
, but it dos'n work.🙁

Please help!
alpinek#
Originally Posted by jiake View Post
You may use ${CreateDropList} not add ${CBS_DROPDOWNLIST} to a combobox
I knew than decision of my problem is simple, but i could'n even imagine that it so simple.🙂))
Thanks alot!