Search code examples
c#winformsvisual-studiononclient-area

Changing the windows style?


How can I make my app look like the chrome window? With no title text and really slim border. Or like spotify with no border (or padding sortof).


Solution

  • Set the FormBorderStyle property of the form to None.