tags:

views:

55

answers:

1

Hello All,

I'm using windows xp and currently im developing an small win form application so I want to give vista or windows 7 appearance 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. Thanks in Advance Nitesh Katare

+2  A: 

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.

Pieter