[VB.Net] How To Add A Theme To Your Form

nulldata
by nulldata · 2 posts
7 years ago in .Net (C#, VB, etc)
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
Spoiler: Solution Explorer

Image


After you right click on Solution Explorer go to ADD > Class...

This window should open
Spoiler: Class

Image

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
Code
========== Build: 1 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========


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.
Posted 6 years ago
very nice thank you

Create an account or sign in to comment

You need to be a member in order to leave a comment

Sign in

Already have an account? Sign in here

SIGN IN NOW

Create an account

Sign up for a new account in our community. It's easy!

REGISTER A NEW ACCOUNT