Get menu color in MFC feature pack
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
How can I retrieve the menu color for an MDI/SDI MFC app that has MFC feature pack inside ? I mean, I have the "Application look" menu that let me choose several theme for my app, everyone having a background color, including menu. And I intend to use this color to draw some control inside app, but I don't know how to retrieve this color ... can you help me ? I have tried with afxGlobalData and CMFCVisualManager, none of them told me what I had need ...