https://bugs.winehq.org/show_bug.cgi?id=44392
--- Comment #7 from nikolaysemenkov@gmail.com --- (In reply to Nikolay Sivov from comment #5)
(In reply to nikolaysemenkov from comment #4)
(In reply to Nikolay Sivov from comment #2)
I probably see what's going on, you must be running with comctl32 V6, so different implementation is used.
Right, but how on wine do this programmatically?
Right now Wine only has classic user controls implementation, comctl32 does not implement Button for example. You can't enable that just yet.
Thanks, Can you suggest a workaround? I can see the only one is convert images to icons and load them as icons onto buttons. Is there any other way?