How to remove the title bar in C# when the form become max()? -
i made form form border style= none,but after max() function or min() function form loaded title bar.i don't need title bar @ time. enter image description here
are using winforms? if are, try this:
this.formborderstyle = system.windows.forms.formborderstyle.none;
Comments
Post a Comment