Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Open Source Winforms applications? [closed]

I'm looking for open source applications, built with winforms in C#. Specifically, i'm looking for applications using new and real world techniques. Like nerddinner and oxite for asp.net.

Thanks

like image 451
alexn Avatar asked Jun 13 '09 20:06

alexn


People also ask

Are WinForms still supported?

As we mentioned above, WinForms is still available but the status of “maintenance mode” likely means it has no long term future.

Is WinForms open source?

Windows Forms (WinForms) is a free and open-source graphical (GUI) class library included as a part of Microsoft . NET, . NET Framework or Mono Framework, providing a platform to write client applications for desktop, laptop, and tablet PCs.


2 Answers

SharpDevelop is an excellent example IMO

Another one was Paint.net, but it's no longer open source, see comments.

like image 51
Erich Kitzmueller Avatar answered Nov 15 '22 10:11

Erich Kitzmueller


Look to codeplex, SourceForge and Code Google. There is lot of applications :)

Next resource is CodeProject.


Paint.Net is nice example. Here is source code.

like image 45
MicTech Avatar answered Nov 15 '22 09:11

MicTech