Thursday, March 8, 2012

How using the class library for making chatting,send file,capture screen,file managemen, etc application via socket tcp ip

Ok, let us start.....(i assume, you know how to import class library from visual studio, if not there is documentation that i have included, so you can learn from there. You can download the documentation and complete project CLIENT and SERVER here:
We will make advanced program using this class library. Now, our application have 2 project. They are Server and client.

Server have function like this:
  1. listening incoming connection
  2. send message to client (chatting application)
  3. send broadcast messages to clients
  4. kill process at client
  5. retrive list drive,file and folder on the specific client
  6. upload and download file larger than 2 gigabyte (send and receive file to/from client), can send single file or multiple file (if you send folder and in the folder have subfolder and alot file in it, you dont need to create prototype like creating list file recursively... the library will handle it for you)
  7. screen capture from desktop screen client
  8. much more
 Client have function like this:
  1. request connection
  2. send message to server
  3. send message to other client
  4. much more
 SERVER



CLIENT




You can download the complate project and documentation here:
If any question just post it here :) see ya

1 comment:

  1. Hi
    Great news for me. Thankyou to use my code as base and informing to me. Much appreciated!

    Suman

    ReplyDelete