NM_CUSTOMDRAW with the default ToolBar in MDI
-
how can i implement the NM_CUSTOMDRAW message for the default Toolbar for an MDI application (toolbar ID = IDR_MAINFRAME) ? thanks in advance ..
k_dehairy
-
I already drived a class from the CToolBar and implemented the ON_NOTIFY_REFLECT(NM_CUSTOMDRAW, OnCustomDraw) within it, and it worked fine untill I implemented the xp theme manifest in the application!! why is that? I don't know? .. I need help on that thanks very much for your care .. really
k_dehairy
-
I already drived a class from the CToolBar and implemented the ON_NOTIFY_REFLECT(NM_CUSTOMDRAW, OnCustomDraw) within it, and it worked fine untill I implemented the xp theme manifest in the application!! why is that? I don't know? .. I need help on that thanks very much for your care .. really
k_dehairy
I see this problem when i use manifest in app (of course i use combobox derived)
_**
**_
WhiteSky