Even
Even

Reputation: 411

Windows Forms Themes

I want to use different themes for my form. How can I use them in my form?

Can anyone help me?

Upvotes: 0

Views: 855

Answers (3)

Davide Piras
Davide Piras

Reputation: 44605

As Ian said is not a built-in functionality of Windows Forms, it's built-in in WPF.

For windows forms I would suggest using 3rd party libraries, like DevExpress or Telerik, used both, I prefer DevExpress far more ;-)

Upvotes: 0

Nils Magne Lunde
Nils Magne Lunde

Reputation: 1824

You could use third party controls like Infragistics or Telerik to accomplish this.

Upvotes: 1

Ian
Ian

Reputation: 34539

Winforms generally isn't easily stylable. If you're after this sort of functionality it'd be much easier to use WPF.

Upvotes: 1

Related Questions