Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Simple chatting program
#1

Introduction
Simple Chatting Application Using Socket Programming in VB.Net . This Application use TCP Protocol for Communication. So it is Connection Oriented and reliable Service..

Background
Mainly Background is Socket Programming in VB.NET which use System.Net.Sockets NameSpace..
Client Socket:: TcpClient Class
Server Socket:: TcpListner Class
Socket is Combination of IP_Address and PortNo.. When we create Socket we have to give IP , Port No and Protocol..
Here DotNet give TcpClient Class which is by default use TCP Protocol.. we have to just provide IP And PortNo..
Same way For TcpListner Class also..
Reply

#2

Hi,
visit this thread for a related topic:
http://seminarsprojects.net/Thread-chat-...ull-report
Reply



Forum Jump:


Users browsing this thread:
2 Guest(s)

Powered By MyBB, © 2002-2024 iAndrew & Melroy van den Berg.