Hello,
I got a small problem, any help would be good :)
How do I repaint/redraw the OUTERLINE in a DialogBar, i.e. the borderline, I just want to change the color of the leftmost borderline and not the topline, bottomline or rightline :)
-- Henrik
Printable View
Hello,
I got a small problem, any help would be good :)
How do I repaint/redraw the OUTERLINE in a DialogBar, i.e. the borderline, I just want to change the color of the leftmost borderline and not the topline, bottomline or rightline :)
-- Henrik
I would guess that this is in the NCPAINT or non-client drawing area.
There are samples on this site that illustrate how to do non-client are painting.
One is about drawing a gradient-shaded caption bar and might be helpful for this.
try
GetWindowDC()
WBR Oak