tags:

views:

113

answers:

2

What are the open source alternatives available for skinning/Theming an application in .Net Winforms

I've read about using UXTheme library (i have no idea as to how to to da that :) ), but is that valid for Win XP to Win7

A: 

I think WPF beats pretty much each and every skinning/theming solution hands down (see this for a for-pay, but impressive sample of what can be done).

Anton Gogolev
Although I completely agree with you, you're not answering the question at all ;)
Thomas Levesque
@Anton Gogolev thanks, but is there no way to do that in winforms, because i have an application in Winforms and i cant afford to suddenly change it to WPF.
Vivek Bernard
+1  A: 

Have you looked at Krypton toolkit ? Seems to have some nice Winforms styles.

www.componentfactory.com

It is not FOSS but it is no-cost.

renick
thanks, i'll take a look at it.But is it a freeware or a share ware styled license, the site is not clear, its says free and also has a buy button
Vivek Bernard
The suite is commercial but the toolkit part is free.
renick
@renick hey thanks, works like a charm
Vivek Bernard