Archive: Setting ComboBox style


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!

You may use ${CreateDropList} not add ${CBS_DROPDOWNLIST} to a combobox


Originally posted by jiake
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!