Ownerdraw menus and SetWindowsHookEx
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hi I'm having some problems with using the
SetWindowsHookEx
function to intercept menu messages so I can draw the menu border myself when necessary. I've taken a look at sources of other ownerdraw menus already, but I'm still having problems. Could someone please explain me the procedure for setting up appropriate hooks so that I end up with menu message calls like WM_NCPAINT etc. Thanks in advance.