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