AUTO3STATE with BS_OWNERDRAW bug?

Michael Lin mlin at corvu.com.au
Sun Mar 6 17:57:47 CST 2005


Hi all,

I am having problem with AUTO3STATE control that have BS_OWNERDRAW style 
set. Dialogs with this control will not show at all.

For example, I have a control
AUTO3STATE "Text", 103, 10, 9, 149, 47, BS_OWNERDRAW | WS_CHILD | 
WS_VISIBLE | WS_TABSTOP
in my dialog resource and the dialog won't show when it is called. But 
when I change it to
CONTROL "Text", 103, "BUTTON", BS_OWNERDRAW | WS_CHILD | WS_VISIBLE | 
WS_TABSTOP, 10, 9, 149, 47
the dialog works fine.

This seems like a bug to me, does anyone else have seen this problem?

Thanks,
Michael



More information about the wine-devel mailing list