thielj / MetroFramework

Metro UI of Windows 8 for .NET Windows Forms applications
http://thielj.github.io/MetroFramework
Other
396 stars 225 forks source link

Not an Issue, but just need help changing the form background color #72

Open jumper77 opened 8 years ago

jumper77 commented 8 years ago

I just started using the product, but I'm having a hard time getting the form background any other color than white. I have the style manager included and it's set to dark theme. But form remains white.

Any help greatly appreciated.

thorerik commented 7 years ago

in your form.designer.cs, within IntiializeComponent(), add this.theme = MetroThemeStyle.Dark;

jumper77 commented 7 years ago

Thank you so much. I'm was getting ready to ask a new question, but maybe you could help, if you don't mind. In Visual Studio, whenever I mouse over any MaterialSkin control, the cursor turns in the the "MoveAll" cursor. This only started happening a short while ago. I tested it in another application and the results were the same.

Have you ever heard about this happening? thanks, john

thorerik commented 7 years ago

Nope, sorry, I don't use VS that much, try asking on SO or similar

jumper77 commented 7 years ago

That's ok. I fixed the issue not long after we talked. Thanks for your help.