Posted 7 years ago
·
Author
This is a short explanation how to add a theme to a .Net Form
When you have your project loaded Right Click on the Project Name in the Solution Explorer.
e.g mine is name test123
After you right click on Solution Explorer go to ADD > Class...
This window should open
Name it whatever.
Then you want to delete the code when it loads and replace it with the theme code i will leave a good one down below.
After you have that just build the project and your done
If you get an error change the framework to .NET Framework 4.5
That can be done by Right Clicking the Projects name like before and go to Properties > Application. Then change that Target Framework.
After that test run the program and in the toolbox the items will be on the top.
When you have your project loaded Right Click on the Project Name in the Solution Explorer.
e.g mine is name test123
Spoiler: Solution Explorer
After you right click on Solution Explorer go to ADD > Class...
This window should open
Spoiler: Class
Name it whatever.
Then you want to delete the code when it loads and replace it with the theme code i will leave a good one down below.
Spoiler: Flat Ui Theme
After you have that just build the project and your done
If you get an error change the framework to .NET Framework 4.5
That can be done by Right Clicking the Projects name like before and go to Properties > Application. Then change that Target Framework.
After that test run the program and in the toolbox the items will be on the top.