.net 2.0 IRC component - Stack Overflow most recent 30 from stackoverflow.com 2009-12-09T07:24:23Z http://stackoverflow.com/feeds/question/597237 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/597237/net-2-0-irc-component 5 .net 2.0 IRC component Clint 2009-02-28T00:51:11Z 2009-02-28T01:01:36Z <p>Anyone know of a good winforms IRC component? I don't want an IRC application, I want to be able to add IRC functionality to an existing windows form</p> http://stackoverflow.com/questions/597237/net-2-0-irc-component/597251#597251 2 Answer by BobbyShaftoe for .net 2.0 IRC component BobbyShaftoe 2009-02-28T01:01:36Z 2009-02-28T01:01:36Z <p>You could look at <a href="http://blogs.microsoft.co.il/blogs/giladlavian/archive/2007/10/07/c-irc-client-api.aspx" rel="nofollow">this</a> and <a href="http://sourceforge.net/projects/smartirc4net/" rel="nofollow">this</a>. You may need to build the UI component yourself but a good IRC library will take a lot of the heavy lifting out of the task.</p>