Another method to remove window's title bar in C#
Make the ControlBox property to false and Text property to String.Empty.
Your window will be shown with border but no title bar. If change the BorderStyle property to None, you window will not be shown with border.