simple Server-Client system

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Link

    #1

    simple Server-Client system

    hello i want to make simple server client system that send data

    like that one :



    just no console app

    well i want to make form with 2 buttons 2 text box :

    button1 = "Conncet to server"

    button2 = "Send"

    textbox1 = txtAll

    textbox2 = txtSend

    well if you click on the "send" button its send the txtSend.text info
    to server side and thats display it into txtAll on server side . same
    on server side (server side include "Open server" .....)

    regular simple chat system ..

    i tried already winsock ... and i try the system.net.sock et .......
    namespace but i succsess just with the console app

    (http://www.eggheadcafe.com/articles/20020323.asp)

    i try to understand 101 simple (microsoft( 101 VB.NET Samples (Advanced
    ..NET Framework (Networking) - Use Sockets))

    thats multi clients 1 server ...

    so anyone can help me ?
    or explain about system.net.sock et
    tnx

Working...