Nitish Katare
Nitish Katare

Reputation: 1165

Making Vista style apps in C# for windows XP

I'm using Windows XP and currently, I'm developing a small win form application so I want to give Vista or Windows 7 appearances to my application which is running in Windows XP and I'm using c# to develop win form application.

Is it possible to do that?

If so then please let me know the way.

Upvotes: 4

Views: 603

Answers (1)

Pieter van Ginkel
Pieter van Ginkel

Reputation: 29642

With WPF you can. See http://arbel.net/blog/archive/2006/11/03/Forcing-WPF-to-use-a-specific-Windows-theme.aspx for more information.

Upvotes: 4

Related Questions