.net 2.0 IRC component - Stack Overflow most recent 30 from stackoverflow.com2009-12-09T07:24:23Zhttp://stackoverflow.com/feeds/question/597237http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/597237/net-2-0-irc-component5.net 2.0 IRC componentClint2009-02-28T00:51:11Z2009-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#5972512Answer by BobbyShaftoe for .net 2.0 IRC componentBobbyShaftoe2009-02-28T01:01:36Z2009-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>