Standard control transparency. Possible?

68 views Asked by At

I have a button (WC_BUTTON) and I want it to be semitransparent and blend with background. My naive approach was to use WS_EX_LAYERED style. Unfortunately CreateWindowEx() returns me ERROR_CANNOT_FIND_WND_CLASS in that case. Is it possible at all?

0

There are 0 answers