(adsbygoogle = window.adsbygoogle || []).push({});
first you want to make a new form (make sure you don't have the DevComponents.DotNetBar.dll added)
You must login or register to view this content.
then you want to add a StyleManager
double click on the form and add this code in
using DevComponents.DotNetBar.Metro;
then change the form thingy to this
public partial class Form1 : MetroForm
now, click on the StyleManager and go to properties and then you'll see "Manager Style" make sure that is on the first Metro option
then change the ColorManagerTint to red or something.
then look down and you'll see "MetroColorParameters" just click on that and you can change the border color
I was wondering how to do this for a while, then I started messing around and I found out how to do it =D
(I thought I was just make a post about it so people wont have trouble figuring it out, It's much better than the default orange)
You must login or register to view this content.
I made mine purple