A Simple Chat using Visual Studio.NET

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • amol24
    New Member
    • Jan 2008
    • 5

    A Simple Chat using Visual Studio.NET

    Hi everyone,

    i want to do a simple Chat Application within LAN using .NET ....

    can anyone help ????

    plz reply if any hints ....
  • joedeene
    Contributor
    • Jul 2008
    • 579

    #2
    you can use the tcplistener/tcpclient class, you can use the socket class, in system.net ? and use the system.text.enc oding and turn the text into a byte array and then send it using the networkstream(. write) class, simple, but not secure. and then read it on the other side

    Comment

    • Curtis Rutland
      Recognized Expert Specialist
      • Apr 2008
      • 3264

      #3
      This is far to vague a question for us to help with on this forum. We can help you with specific coding problems, but we can't do your work for you.

      You should try to google for some tutorials. Find a good one, and if you have issues with the code, then come back and ask for help.

      MODERATOR

      Comment

      Working...