Window Color
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
hi all, please tell me how i can change the color of Mainframe,like scrollbars. thanks Hari Krishnan
-
hi all, please tell me how i can change the color of Mainframe,like scrollbars. thanks Hari Krishnan
Have a look at GetSysColor/SetSysColors which change the whole systems colors(which is not exactly a good idea!) The next thing is to go in for painting the non-client areas(ex the title bar is non client area) for some of the things and for others you need a custom control.