Dude that's an awesome theme. What's it called?

As per your title bar. What I would do, and I'm not sure if there is a specific for this in .NET, but I would get a handle to the non-client DC using the GetDCEx() API, then draw the titlebar to that. That requires intercepting the WM_NCPAINT messages in your WndProc and drawing in that procedure.