I\'d like to be able to do some drawing to the right of the menu bar, in the nonclient area of a window.
Is this possible, using C++ / MFC?
In order to draw in the non-client area, you need to get the "window" DC (rather than "client" DC), and draw in the "window" DC.