I'm creating a form with the border style set to 0 (None) and I want to have pop up menus accessible from the form. Even though the menu items are marked to not be visible, VB forces a visible title bar onto the form.

Is there any way to remove a title bar from a form that has menus on it? I would like to avoid calling menus from other forms if I can.