1

I just tried to install this framework through the Visual Studio Community's NuGet and I linked appropriate dll, so this is what I got:

Toolbox menu

Still, things like MetroContextMenu or MentroMenuStrip are missing...Probably some more that I am not aware of.

What would be the correct way to install this framework? What am I missing?

I am using Visual Studio Community and a Winforms based application.

Whirlwind
  • 14,286
  • 11
  • 68
  • 157

1 Answers1

1

I guess you ended up having the controls that are found in this repository

The original guy must have removed a number of controls due to some bugs and issues, though i dont think so that there was a MetroMenuStrip provided.

You are missing some more controls like :

  1. MetroGrid
  2. MetroDateTime

If you want to get those controls as well, here is the link to a repo someone has been maintaining.

I dont think so that you will get a MetroMenuStrip or maybe you can go through the Git history and check to see if they had the source code back in time.

If you want to create your Custom MetroMenuStrip, This guy has done something similar.

Best of luck.

Ozesh
  • 6,536
  • 1
  • 25
  • 23
  • 1
    Ah okay... I thought I saw on the internet some youtube tutorials with menu strip control... Thanks for your help. – Whirlwind May 18 '17 at 09:48
  • By the way, do I install this package aside with the current one? Or should I remove the current one first? – Whirlwind May 18 '17 at 09:53
  • Remove the current one and get a copy of this package, there are 3 interlinked libraries. So better to have a fresh copy – Ozesh May 18 '17 at 09:55