• This is a read only backup of the old Emudevs forum. If you want to have anything removed, please message me on Discord: KittyKaev

Custom Windows Form Themes for C#|.NET

Hyperion

Founder
Here are a few themes for C Sharp application. It is pretty simple to choose your own custom
colors, just go into the class file of the theme and change the RGB colors.

Please note that each individual theme needs to be used with the provided Draw class.
You can download the file here: Draw.cs


Screen Shots & Download Link:

Bull Theme
1N3Hrla.png


Download: Bull Theme


Gen Theme
02gvGIc.png


Download: Gen Theme


Modern Theme
A5pKJy2.png


Download: Modern Theme

Again, remember which ever theme you decide to use, it needs the Draw.cs. Just add the two class
files to your project then build. You can then see the theme components in your toolbox.


:thumbupguy:
Enjoy!
 

AlexeWarr

Epic Member
Warning 1 The designer could not be shown for this file because none of the classes within it can be designed. The designer inspected the following classes in the file:

Draw --- The base class 'System.Object' cannot be designed.
Form1 --- The base class 'System.Object' cannot be designed. 0 0
 

Hyperion

Founder
Warning 1 The designer could not be shown for this file because none of the classes within it can be designed. The designer inspected the following classes in the file:

Draw --- The base class 'System.Object' cannot be designed.
Form1 --- The base class 'System.Object' cannot be designed. 0 0

You need to build it first.
 

Lightning Blade

BETA Tester
Mhm how would I go about making a textbox using the gen theme?

after using this theme, my application was treated as a virus. edit.
 
Last edited:
Top