Asynchronous Sockets...
Hi, I am having alot of difficulties understanding how to do socket programming in VB.net 2005 express ide! I am trying to create a simple irc client( at the moment) that connects to an irc server successfully, then shows the raw commands in a RitchTextBox. Once I figure out the sockets part I'll parse the commands later.
Could anyone direct me to some Articles/Reading that can explain socket programming better than MSDN or if I have overlooked something in MSDN that very well explains this task simply please show me the way
-ty
Asynchronous Sockets...
Sapient
VB.NET Socket Forums
http://www.vbdotnetforums.com/forumdisplay.php f=74
Sample Code Sites:
Writing an FTP Client (VB.NET)
http://www.developer.com/net/vb/article.php/3424121
HTTP, FTP, Time Server, Echo, Telnet and more (VB.NET)
http://www.planet-source-code.com/vb/scripts/ShowCode.asp txtCodeId=1885&lngWId=10
IRC (In C#)
http://www.planet-source-code.com/vb/scripts/ShowCode.asp txtCodeId=810&lngWId=10
Sockets Client (VB.NET)
http://www.planet-source-code.com/vb/scripts/ShowCode.asp txtCodeId=144&lngWId=10