CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Mar 2000
    Location
    Vancouver, BC, Canada
    Posts
    278

    Transferring data

    I have an application that must allow 2 users over the internet/LAN to transfer data back/forth directly. How do you do this?

    David


    David Meikle
    Quantum Unit Solutions, LLC
    www.quantumunit.com

  2. #2
    Join Date
    Jul 2000
    Location
    Washington
    Posts
    77

    Re: Transferring data

    There are several code examples of this on Planet Source Code. Do a search of the VB section for winsock. For that matter, you might be able to find code examples in the code libraries here, too.


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