I\'m trying to hide the title bar while keeping the window resizable, this.ControlBox = false; didn\'t work and this.FormBorderStyle = 0 hid the title
this.ControlBox = false;
this.FormBorderStyle = 0