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; 

https://stackoverflow.com/a/7483026/6441416

remove title bar in windows forms


Comments

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -