简体   繁体   中英

Using MetroFramework in VS2013

guys! I want use MetroFramework in my Visual Studio Express 2013. What did I do:

  1. Follow to Tools -> Library Package Manager -> Package Manager Console
  2. Enter this string to it: Install-Package Winform.Metroframework.Install
  3. Get "installation finished successfully" message
  4. In the file "Form1.cs" I changed 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:

MetroFramework使用错误

How can I fix it?

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM