Uros Calakovic
Uros Calakovic

Reputation:

Consistent appearance for Windows Forms applications

Is there a way to apply consistent visual appearance for multiple Windows Forms applications? So that the same color scheme is used, etc? Or you have to do it manually?

(I apologize for this question, but I have googled it without any real answer - a couple of pointers in the right direction or a few links would be enough. I have also searched here, so if it is a repost please close it)

Upvotes: 2

Views: 295

Answers (2)

John Knoeller
John Knoeller

Reputation: 34148

If you want a consistent appearance that is different from the standard Windows appearance, then you have to do it by hand - possibly with the assistence of some sort of 3rd party skinning library.

Upvotes: 0

Justin Ethier
Justin Ethier

Reputation: 134157

I have used components from Developer Express to do this. Take a look at: DevExpress .NET Windows Forms Skinning Library

There are probably other resources out there for this, depending upon your needs...

Upvotes: 1

Related Questions