Friday, December 26, 2008

Hiding titlebar /caption/ of Form in C#

It is very easy as below

this.Text = String.Empty;
this.ControlBox = false;

0 comments: