I was trying for some time now to show a menu like this one on my WPF title bar (the orange one in the upper left corner):
https://wiki.mozilla.org/Firefox/4.0_Windows_Theme%20_Mockups#Large_Button_Mode
I've extended the aero glass into the client area by using the DwmExtendFrameIntoClientArea method. The application icon in the upper left is not visible, and I can show the menu, but one cannot click on it, it doesn't open, and if I put for example a textbox in the title bar, I can't edit its content. I think that my controls are not on top of the title bar. How can I draw them on top of the title bar, so that the menu is clickable?