CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Mar 2001
    Posts
    39

    socket programming

    i have an application which needs to be invoked based on the data in the file received from outsidde. for that i need to use sockets. what i have to do is first listen to the port. once the connection is established. i need to get the file.

    i want to know how can it be implemented??

    Please reply soon

    Thank you


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

    Re: socket programming

    Go to Project | Components and add the WinSock control.

    Search for a page called "Using the WinSock control" in MSDN and you will be on your way quite soon.



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