I've recently delved into the world of overriding the rendering events for menus and toolbars and such.... now, I need (want) to override how the titlebar of the form is done.... specifiaclly, regardless of what theme the user has, I want the title to look a specific way.

I've been working with a mock up for the app I'm working on and I realized that the title bar looks stoopid with the design I've got and I want something that will compliment the form.

As an alternative, I can get rid of the title bar, and make my own directly on the form, but then I lose the ability to move the form around (although if there's a solution to this, I'll take that too.)

All I really want to do is to paint the title bar a specific color. Otherwise, it's just a standard titlebar.

help?

-tg