Originally posted by Taq
adding form style
Well, it's very easy
As you can see every time you making a WindowsForm project
on the Form.cs
you got a public partial class
Let's say
public partial class MainForm : [COLOR="#FF0000"]Form[/COLOR]
{
}
The Form Class (System.Windows.Forms Refrence) (The base in this case) is the style
If you will change it, the style of the project will change
For Metro Style you should use:
MetroFramework.Forms.MetroForm
A download for the Metro dll (Incase you dont have it):
You must login or register to view this content.
If you dont know how to add the .dll
On the solution explorer Right click on "Refrences" And click "Add Refrence..."
Then simply just look for the .dll and add it (Or click on Project Tab -> Add Refrence...)