dialog border color 
Author Message
 dialog border color

I want to change to color of the border of my dialog
(derived from CDialog).
::SetSysColors is not an option, since it changes the colors for the
whole
system and not only for one dialog instance.

Any hints ??

TIA
Carsten

--



Sun, 14 Dec 2003 00:46:42 GMT  
 dialog border color
Look at the WM_NCxxxxxxx (non client) message handlers.

You may need to get rid of the standard border and draw your own.

Richard


Quote:
> I want to change to color of the border of my dialog
> (derived from CDialog).
> ::SetSysColors is not an option, since it changes the colors for the
> whole
> system and not only for one dialog instance.

> Any hints ??

> TIA
> Carsten

> --



Sun, 14 Dec 2003 01:09:43 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. How to change a dialog box border color???

2. How to change dialog box border color?

3. how to change my child window's border color and title bar color

4. Border Color

5. TextBox Border Color

6. Color of the textBox border

7. looking for interior floodfill routine... without border color

8. toolbar drag border color

9. CRichEditCtrl border color

10. Changing window Border Color?

11. Color Frame Border

12. Windows Border Color Formula

 

 
Powered by phpBB® Forum Software