How to Change CDialogBar Background
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Changing the color of a CDialog or a CFormView, no problem! But how to do this on a CDialogBar? I want to put a bitmap into my dialog bar, so the image background is the same color of my daliog bar. The problem is that if the user changes the default colors in it control panel, then the dialog bar will be created with the systems default color. I would like to change my Dialog Bar background to a different color. This is a MDI so the Dialog Bar is been created in CMainFrame OnCreate event. Help please! Alfredo