CStatusbar and Menubar Background color change
C / C++ / MFC
5
Posts
2
Posters
0
Views
1
Watching
-
Hi In VC++ 2005 i am working in SDI applications 1) How to change the whole background color of CStatusbar including all panes.also 2)How to change background color of a Menubar.
You will have to owner draw it. For ex: For the status bar you can do something like: m_statusBar.SendMessage (/*setback color msg/*, 0 , (LPARAM)RGB (128,128,128)) ;
You talk about Being HUMAN. I have it in my name AnsHUMAN
-
You will have to owner draw it. For ex: For the status bar you can do something like: m_statusBar.SendMessage (/*setback color msg/*, 0 , (LPARAM)RGB (128,128,128)) ;
You talk about Being HUMAN. I have it in my name AnsHUMAN
-