Because of palette, I decided to write "replacements" for label & Frame.
With first was very simple (de-facto, simple TextOut), but Frame confuses me.
The easiest solution - to FillRect whole client area and then to draw.
But inside frame are located another childs.
As I understand, if to create a "frame" first and then other childs, redrawing will be correct.
Better to avoid filling "internals" of frame.
Guys, any ideas, how to do this (without regions) ?
(BTW, somehow demonstrated advantages of WS_EX_TRANSPARENT; probably, this way ?)
------------------
E-MAIL: [email protected]
With first was very simple (de-facto, simple TextOut), but Frame confuses me.
The easiest solution - to FillRect whole client area and then to draw.
But inside frame are located another childs.
As I understand, if to create a "frame" first and then other childs, redrawing will be correct.
Better to avoid filling "internals" of frame.
Guys, any ideas, how to do this (without regions) ?
(BTW, somehow demonstrated advantages of WS_EX_TRANSPARENT; probably, this way ?)
------------------
E-MAIL: [email protected]
Comment