http://www.vb-helper.com/HowTo/titlebar.zip

	Purpose
Display a shaded title bar.

	Method
Subclass to intercept messages that indicate the title bar must be redrawn.
Get the form's device context and draw on it.

Lots of people contributed ideas that I have used in this example.
Thanks to the following for different approaches to this problem:

	Michael Probst      m-p@aon.at
	Waty Thierry        waty.thierry@usa.net
	Peter Chamberlin    Peter@Chamberlin1.freeserve.co.uk

	Disclaimer
This example program is provided "as is" with no warranty of any kind. It is
intended for demonstration purposes only. In particular, it does no error
handling. You can use the example in any form, but please mention
www.vb-helper.com.
