Disable Titlebar of the form in vb.net 2003.

  • Thread starter Thread starter Hardik Shah
  • Start date Start date
H

Hardik Shah

Hi,

I want to disable title bar of the form , how can I ?

Thanks in advance.

Hardik Shah
 
I want to disable title bar of the form , how can I ?

this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;

hth
Markus
 
Back
Top