When compiling a dialog resource with WRC the resource
compiler overrides control style with some default
value. In my case the Combobox control has a style
CBS_DROPDOWN (0x0002L) which was overrided with style
CBS_SIMPLE (0x0003L) and as result you cannot create
combobox with style other then CBS_SIMPLE.

In closer look in parser.y I notice that in any case
(gotstyle or !gotstyle) the default style (CBS_SIMPLE
| ...) is "or"-ed with control style in function ins_ctrl.

__________________________________________________
Do You Yahoo!?
Yahoo! Mail - Free email you can access from anywhere!
http://mail.yahoo.com/

Reply via email to