C#: server client...

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • PRR
    Recognized Expert Contributor
    • Dec 2007
    • 750

    C#: server client...

    i have 2 programs.. working independently.. .. one on server and one on client...
    i wanted to add communication between them... like Server asks client prog... whether its running... or request for a job.... AS of now the client side does job periodically... I wanted it to do only if server ask it to... Both applications are done in c#... the clients one gathers info abt client PC... and d server prog.. displays...info
  • harshmaul
    Recognized Expert Contributor
    • Jul 2007
    • 490

    #2
    I made a basic chat tool a while ago...



    The tool may not be help full but the source probably may set you in the write direction

    Comment

    Working...