Changing Title Background color 
Author Message
 Changing Title Background color

Does anyone know how to change the background of the title bar?  In the
May/96 VBPJ, {*filter*}ia Howlett describes the use of a "wood grained"
background, but never states how to do it.

Any ideas?



Tue, 31 Oct 2000 03:00:00 GMT  
 Changing Title Background color

Quote:

>Does anyone know how to change the background of the title bar?  In the
>May/96 VBPJ, {*filter*}ia Howlett describes the use of a "wood grained"
>background, but never states how to do it.

Windows draws the caption in repsonse to the WM_NCPAINT, and perhaps the
WM_NCACTIVATE message as well. You would need to supply your own handler for
the message. Check the docs for those messages and the functions
DrawCaption() and DrawFrameControl() which should take some of the pain out
of the exercise.

Regards,
Will



Wed, 01 Nov 2000 03:00:00 GMT  
 Changing Title Background color

I think long back Paul Dilascia had written an article about this on MSJ at
C++ Q & A. If you search for "ShadeCap" on MSDN , You will find that
article. Check it out.
--
Girish Bharadwaj [VC++/MVP]
Please do not email queries. Post them here.

Quote:

>Does anyone know how to change the background of the title bar?  In the
>May/96 VBPJ, {*filter*}ia Howlett describes the use of a "wood grained"
>background, but never states how to do it.

>Any ideas?



Thu, 02 Nov 2000 03:00:00 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. Change background color of dialog box title

2. Changing background color of Dialog Title bar

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

4. Changing the Background Color of a Dialog to match the background of a Bitmap

5. Change text color and background color in CEditView

6. Change a part of Background color or a part of text color from CListCtrl

7. Win2K: static background color vs. CFormView background color

8. Change title's bar color

9. Changing title bar color

10. How can I change the color of the caption/title of a PropertyPage

11. WIZARD97 - changing header title color

12. How To Change The Title Bar Color

 

 
Powered by phpBB® Forum Software