Does anybody know how to change menu's background color?
-
My form is derived from CDialog, and I have add a menu in it. Now I want to want the menu's background color. Does anybody know how? Thanks in advance! Best Regards, Peter
-
My form is derived from CDialog, and I have add a menu in it. Now I want to want the menu's background color. Does anybody know how? Thanks in advance! Best Regards, Peter
Lots of people do. Have a look in code project for owner draw menu articles. Many of them have lots of nice features as well. It's sadly not a case of handling a WM_MENUCOLORPLS message, and does involve quite a bit of hacking about, so there's no short answer. Iain.
-
My form is derived from CDialog, and I have add a menu in it. Now I want to want the menu's background color. Does anybody know how? Thanks in advance! Best Regards, Peter
-
Thanks!:-D
-
Thanks!:-D
You're welcome.;)
WhiteSky