-1

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).

Cœur
  • 37,241
  • 25
  • 195
  • 267
Jason94
  • 13,320
  • 37
  • 106
  • 184
  • How far did you get with your research? There are a [few screencasts on MSDN](http://www.microsoft.com/uk/msdn/nuggets/nugget/21/Glass-with-C-in-Windows-Vista.aspx) That might help – Rowland Shaw Jul 07 '12 at 20:26

1 Answers1

3

Set the FormBorderStyle property of the form to None.

Kevin Aenmey
  • 13,259
  • 5
  • 46
  • 45