Owner Draw Menu[BCMenu] cant change the text color of menuitem on menuBar
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Has anyone of u used this article owner draw menu? If anyone used it and know how to solve my problem, Please help - Highly Appreciated http://www.codeproject.com/KB/menus/bcmenu.aspx Hi, when i tried this owner draw menu, why did the DrawItem function are not being triggered?? Because when i tried other owner draw menu, even if i did not click the menu item[on the menu bar] it will trigger the DrawItem. I'm trying to change the font's color of the menu item text[on the menu bar] I already succeeded to change the font color of the submenu items.. which it will trigger DrawItem function when i click it. Thanks, KH
good