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

	Purpose
Create an ActiveX control with a borderless menu bar 

	Method
Place a form in the ActiveX control project. Use the SetParent API function
to display the form inside the control.

When the control resizes, make it resize the form. Make the form use 
SetWindowRgn to restrict itself to occupy only the area covered by its
menus. This removes the borders.

	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.
