H Hardik Shah May 8, 2006 #1 Hi, I want to disable title bar of the form , how can I ? Thanks in advance. Hardik Shah
M Markus May 8, 2006 #2 I want to disable title bar of the form , how can I ? this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; hth Markus
I want to disable title bar of the form , how can I ? this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; hth Markus