CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: Server-client

  1. #1
    Join Date
    Nov 1999
    Posts
    18

    Server-client

    Hi,

    I am trying to write a VB app which will run over a LAN. This app will need to transfer files over the network, and also allow connections from server to client and client and clients.

    I will need a main server, which will be able to scan for and add clients, and then control them. i.e. send/retrieve data etc. I have no idea how to get the server to find available clients to add.

    I don't have a lot of experience of this type of programming. If anyone could offer any tips, examples or if anyone knows of existing code that will do the job, I will be very grateful.

    Thanks.


  2. #2
    Join Date
    Apr 2001
    Location
    UK
    Posts
    24

    Re: Server-client

    If you mail me a more precise description of what you are trying to achieve i will be able to help you.

    Grant French
    [email protected]


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured