Computer/C#

Visual Studio C# - WindowsForm -> Metro Framework setting

SR♥JS 2022. 2. 28. 13:34

1. Visual Studio C# - WindowsForms

 

2. Tools -> NuGet Package Manager 

3.  -> Manage NuGet Packages for Solution

4.  Browse -> 'MetroModernUI' Search and Install

 

 

5. Preview Changes ->'OK' Button Click

 

6.  Just check the References of MetroFramework, MetroFramework.Design and MetroFramework.Fonts

7. Form1.cs[Design] select -> just check the Toolbox of the MetroFramework

 

8.  Form1.cs[Design] mouse right click -> view code [or F7] 

 

9.  Form1.cs -> Code change

 

10.  Press keyboard 'F5' or Solution rebuild

 

11. Check the change of Form1.cs[Design]

 

320x100