vote up 2 vote down star
2

Which do you recommend?

Reading source code from opensource applications really helps me improve my programming skills.

I have read source code from Hudson and StructureMap, and they inspired me a lot. I can't wait to see some more from WinForm applications!

flag

Are you looking to write better looking GUI applications or do you want to learn more about the C# language when developing Windows Client applications? You can also check out windowsclient.net – Kane Jun 5 at 3:02
I'm learning C# and writting a new GUI applicaton with it. :) But I want to focus this topic on finding the best c# gui to look at. – bo Jun 5 at 4:28

3 Answers

vote up 2 vote down check

You could look at SharpDevelop, which has also has a book published about it.

link|flag
vote up 1 vote down

I believe Paint.NET is/was a WinForms app. I've heard they are moving to WPF for next release.

link|flag
To clarify, Paint.NET is not open source. In fact, according to paintdotnet.forumer.com/viewtopic.php?t=489/… the latest source isn't even available for reading. – Matthew Flaschen Jun 5 at 1:27
I see your point. You used to be able to d/l the source code for it. – James Atkinson Jun 5 at 1:48
vote up 1 vote down

I was pretty surprised with how involved the CloudPad GUI was. Conceptually the idea is simple but the developer spent a lot of time making the GUI extremely friendly. Check it out.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.