CMenu owner Drawing
C / C++ / MFC
3
Posts
3
Posters
1
Views
1
Watching
-
hi, I am trying to owner draw a CMenu item. I want to change the color of menu. I changed the background color and text color. But is there any way to change the border color? nave -- modified at 0:45 Tuesday 4th April, 2006
Hi Naveen R, maybe it is some helpful to you http://www.codeproject.com/menu/menuch.asp[^]
-
hi, I am trying to owner draw a CMenu item. I want to change the color of menu. I changed the background color and text color. But is there any way to change the border color? nave -- modified at 0:45 Tuesday 4th April, 2006
May be you should take a look on Brent Corkum's Cool Owner Drawn Menus with Bitmaps[^] Good luck!