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

	Purpose
Make a form with a transparent background.

	Method
Create window regions for the form's title bar and borders, and the controls
it contains. Then use the SetWindowRgn API function to restrict the window
to the combined region.

	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.
