alpinek
27th December 2010 11:42 UTC
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!
jiake
27th December 2010 13:24 UTC
You may use ${CreateDropList} not add ${CBS_DROPDOWNLIST} to a combobox
alpinek
27th December 2010 13:46 UTC
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!