Reputation: 814
guys! I want use MetroFramework in my Visual Studio Express 2013. What did I do:
Tools -> Library Package Manager -> Package Manager Console
Install-Package Winform.Metroframework.Install
public partial class Form1 : Form
to public partial class Form1 : MetroFramework.Forms.MetroForm
.
From constructor it looks like correct MetroForm, but when I try to add any control I get this error:How can I fix it?
Upvotes: 0
Views: 647
Reputation: 57
I think the working project is in this package.
Install-Package MetroFramework
I am also using metroframework which is from github. I also make some changes where I want. so i'll recommend you to download from this link
Upvotes: 1