Okay, so some of you may be familiar with the Krypton Toolkit by Component Factory. If not, check it out here.
Anyways, you can change the form style completely using this toolkit by opening the designer code for your form and changing this line:
Inherits System.Windows.Forms.Form
To this:
Inherits ComponentFactory.Krypton.Toolkit.KryptonForm
That is Visual Basic though. I would like to achieve this using C#.