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

Thread: File transfer

  1. #1
    Join Date
    Sep 2000
    Location
    Ottawa, Ontario
    Posts
    356

    File transfer

    Are there are file transfer examples in vb? I can find plenty of FTP but I need to transfer file(s) from one VB app to another vb app via TCP/IP without using a FTP or any other server.

    Jean-Guy


  2. #2
    Join Date
    Mar 1999
    Location
    Nepal
    Posts
    540

    Re: File transfer

    Go to Project | Components and add the Winsock Control.

    You can use it to transfer files (or any other data) via TCP/IP.

    Look into MSDN's article "Using the WinSock Control" for a start.


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