Originally posted by TehMerkMods
Well Im Kinda New To VB.net and im making a skype tool for personal use but im wondering if there is anyways i can put the metro style on like C# Cause its sexy
You would use it the same way as you would in C#. However there is one slight change you have to do.
In your form:
Imports MetroFramework
Then in your forms designer.resx file. Change:
Inherits System.Windows.Forms.Form
to:
Inherits MetroFramework.Forms.MetroForm