Little help here please.

In my experience, you can hide the title bar of a form by either a) setting the Text property of the form to an empty string, or 2) setting the FormBorderStyle to None.  If you do method a) then you don’t get any text on the taskbar button of the form.  If you do 2, you get the text, but depending on the design of the form, it looks fairly stupid without a border.  So.  How do I accomplish:  a)have a form border && 2)hide title bar && iii)have text in the statusbar button.

Lay it on me people.