Something like stylesheet?

Helo!

I'm new in VB.NET. 
I will have to make a serious application with unique look. What I mean is, that every form has the same colour, uses same fonts, same size of the fonts...

How can be this done in VB.NET  I'd like to be able to change something (like background color of the form), and all the forms would change color also.

What should I do  Make my own form class with my color settings  Or is there another way


Answer this question

Something like stylesheet?

  • bvsoftware

    Right. It's Windows form aplication.

    I have a question: I was thinking about inheritance... If i make my own forms by inheritance from System.windows.forms class, will I have a form design view of my forms

    Also... My friend gave me an ideea to put all the color and fonts definitions in a class as ReadOnly propreties and then just to call them when I need them. In this way I would have all deffinitions in one place.

    Any thoughts about that

  • nib

    inheritance is the easiest way i've found - this is a winform app right
  • Something like stylesheet?