<?xml version="1.0" encoding="UTF-8"?><rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
> <channel><title>Comments on: Socket Programming &#8211; An Instant Messenger Prereq.</title> <atom:link href="http://www.redmondpie.com/socket-programming-an-instant-messenger-prereq./feed/" rel="self" type="application/rss+xml" /><link>http://www.redmondpie.com/socket-programming-an-instant-messenger-prereq./</link> <description>Covering Microsoft and its competitors like no one else!</description> <lastBuildDate>Tue, 16 Mar 2010 20:51:46 +0000</lastBuildDate> <generator>http://wordpress.org/?v=2.9.2</generator> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <item><title>By: placibo</title><link>http://www.redmondpie.com/socket-programming-an-instant-messenger-prereq./comment-page-1/#comment-17665</link> <dc:creator>placibo</dc:creator> <pubDate>Sat, 17 Oct 2009 22:37:36 +0000</pubDate> <guid
isPermaLink="false">http://www.redmondpie.com/?p=1563#comment-17665</guid> <description>cool application arafat. thx for posting. Nowadays I am trying to implement a voip softphone which can also handle teleconferation. In this case I&#039;ve gotta long way to learn on protocols such TCP/IP or the most important for me is SIP. Have you ever made some sort of application about this? Or you have any idea how to use SIP? Any clue will help me to find a way. Thx again for your post.</description> <content:encoded><![CDATA[<p>cool application arafat. thx for posting. Nowadays I am trying to implement a voip softphone which can also handle teleconferation. In this case I&#39;ve gotta long way to learn on protocols such TCP/IP or the most important for me is SIP. Have you ever made some sort of application about this? Or you have any idea how to use SIP? Any clue will help me to find a way. Thx again for your post.</p> ]]></content:encoded> </item> <item><title>By: placibo</title><link>http://www.redmondpie.com/socket-programming-an-instant-messenger-prereq./comment-page-1/#comment-10211</link> <dc:creator>placibo</dc:creator> <pubDate>Sat, 17 Oct 2009 15:37:36 +0000</pubDate> <guid
isPermaLink="false">http://www.redmondpie.com/?p=1563#comment-10211</guid> <description>cool application arafat. thx for posting. Nowadays I am trying to implement a voip softphone which can also handle teleconferation. In this case I&#039;ve gotta long way to learn on protocols such TCP/IP or the most important for me is SIP. Have you ever made some sort of application about this? Or you have any idea how to use SIP? Any clue will help me to find a way. Thx again for your post.</description> <content:encoded><![CDATA[<p>cool application arafat. thx for posting. Nowadays I am trying to implement a voip softphone which can also handle teleconferation. In this case I&#39;ve gotta long way to learn on protocols such TCP/IP or the most important for me is SIP. Have you ever made some sort of application about this? Or you have any idea how to use SIP? Any clue will help me to find a way. Thx again for your post.</p> ]]></content:encoded> </item> <item><title>By: Arafat</title><link>http://www.redmondpie.com/socket-programming-an-instant-messenger-prereq./comment-page-1/#comment-2174</link> <dc:creator>Arafat</dc:creator> <pubDate>Wed, 04 Feb 2009 08:32:06 +0000</pubDate> <guid
isPermaLink="false">http://www.redmondpie.com/?p=1563#comment-2174</guid> <description>Hey cat_sinBasically, this article is just an introduction. I just tried to cover up the essentials in that.Regarding your query; you can enclose the following in while loop and I hope it will work for you.string Message = Console.ReadLine();
ObjClient.SendMessage(Message);</description> <content:encoded><![CDATA[<p>Hey cat_sin</p><p>Basically, this article is just an introduction. I just tried to cover up the essentials in that.</p><p>Regarding your query; you can enclose the following in while loop and I hope it will work for you.</p><p>string Message = Console.ReadLine();<br
/> ObjClient.SendMessage(Message);</p> ]]></content:encoded> </item> <item><title>By: cat_sin</title><link>http://www.redmondpie.com/socket-programming-an-instant-messenger-prereq./comment-page-1/#comment-2173</link> <dc:creator>cat_sin</dc:creator> <pubDate>Wed, 04 Feb 2009 06:53:51 +0000</pubDate> <guid
isPermaLink="false">http://www.redmondpie.com/?p=1563#comment-2173</guid> <description>Hi Arafat,This article is great but i have some problem with it. when i try to type message on the client side n press enter, the interface closed. The message that typed by the client sent to the server successfully and after showing that message, the server will show that client is disconnect. Actually what mistake i made? is it any ideas on how to solve this problem? Can sir guide me ?</description> <content:encoded><![CDATA[<p>Hi Arafat,</p><p>This article is great but i have some problem with it. when i try to type message on the client side n press enter, the interface closed. The message that typed by the client sent to the server successfully and after showing that message, the server will show that client is disconnect. Actually what mistake i made? is it any ideas on how to solve this problem? Can sir guide me ?</p> ]]></content:encoded> </item> <item><title>By: Arafat</title><link>http://www.redmondpie.com/socket-programming-an-instant-messenger-prereq./comment-page-1/#comment-1705</link> <dc:creator>Arafat</dc:creator> <pubDate>Thu, 04 Dec 2008 05:48:52 +0000</pubDate> <guid
isPermaLink="false">http://www.redmondpie.com/?p=1563#comment-1705</guid> <description>Hello someone,To check the server is up or down, you&#039;d have to write PING for that (quite a long process). If you have made a disconnect button, you should have CONNECT button as well and if you have CONNECT button, that can easily determine whether the server is started or not by a command above Client.Connect(...).I am working on the next part of this article which is a LAN messenger and I hope that would help you in developing a simple chat application.</description> <content:encoded><![CDATA[<p>Hello someone,</p><p>To check the server is up or down, you&#8217;d have to write PING for that (quite a long process). If you have made a disconnect button, you should have CONNECT button as well and if you have CONNECT button, that can easily determine whether the server is started or not by a command above Client.Connect(&#8230;).</p><p>I am working on the next part of this article which is a LAN messenger and I hope that would help you in developing a simple chat application.</p> ]]></content:encoded> </item> <item><title>By: someone</title><link>http://www.redmondpie.com/socket-programming-an-instant-messenger-prereq./comment-page-1/#comment-1699</link> <dc:creator>someone</dc:creator> <pubDate>Tue, 02 Dec 2008 21:40:10 +0000</pubDate> <guid
isPermaLink="false">http://www.redmondpie.com/?p=1563#comment-1699</guid> <description>do someone know how i could check using .net if the server started? i made a &quot;disconnect&quot; button and now i can&#039;t check if the server started, so i can enable that button. i wanted also like to add a statusbar which will show the conneciton status.</description> <content:encoded><![CDATA[<p>do someone know how i could check using .net if the server started? i made a &#8220;disconnect&#8221; button and now i can&#8217;t check if the server started, so i can enable that button. i wanted also like to add a statusbar which will show the conneciton status.</p> ]]></content:encoded> </item> <item><title>By: application program interface &#124; Digg hot tags</title><link>http://www.redmondpie.com/socket-programming-an-instant-messenger-prereq./comment-page-1/#comment-1698</link> <dc:creator>application program interface &#124; Digg hot tags</dc:creator> <pubDate>Tue, 02 Dec 2008 20:42:29 +0000</pubDate> <guid
isPermaLink="false">http://www.redmondpie.com/?p=1563#comment-1698</guid> <description>[...] Vote  Socket Programming - An Instant Messenger Prereq. [...]</description> <content:encoded><![CDATA[<p>[...] Vote  Socket Programming &#8211; An Instant Messenger Prereq. [...]</p> ]]></content:encoded> </item> <item><title>By: server &#124; Digg hot tags</title><link>http://www.redmondpie.com/socket-programming-an-instant-messenger-prereq./comment-page-1/#comment-1697</link> <dc:creator>server &#124; Digg hot tags</dc:creator> <pubDate>Mon, 01 Dec 2008 10:57:38 +0000</pubDate> <guid
isPermaLink="false">http://www.redmondpie.com/?p=1563#comment-1697</guid> <description>[...] Vote  Socket Programming - An Instant Messenger Prereq. [...]</description> <content:encoded><![CDATA[<p>[...] Vote  Socket Programming &#8211; An Instant Messenger Prereq. [...]</p> ]]></content:encoded> </item> </channel> </rss>
<!-- This site's performance optimized by W3 Total Cache. Dramatically improve the speed and reliability of your blog!

Learn more about our WordPress Plugins: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (user agent is rejected)
Database Caching 6/18 queries in 0.036 seconds using disk

Served from: redmondpie.com @ 2010-03-16 16:55:46 -->