Results 1 to 6 of 6

Thread: send data over internet

  1. #1

    Thread Starter
    New Member abbas1707's Avatar
    Join Date
    Oct 2007
    Posts
    11

    send data over internet

    hi,
    i want to send some data continuously from my pc to another pc (which is in some other city )via internet.can i do it using visual basic>?? if yes then how

    plz help me i have no idea how to do it

  2. #2
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: send data over internet

    Is the other PC set up to receive this continous stream of data?

  3. #3

    Thread Starter
    New Member abbas1707's Avatar
    Join Date
    Oct 2007
    Posts
    11

    Re: send data over internet

    Quote Originally Posted by Hack
    Is the other PC set up to receive this continous stream of data?
    yes the other pc must continuously check.

    if (there is some data at its reception from my pc) then
    data saved to some file
    else
    again check reception

  4. #4
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: send data over internet

    Then I would suggest investing the winsock control.

  5. #5

    Thread Starter
    New Member abbas1707's Avatar
    Join Date
    Oct 2007
    Posts
    11

    Re: send data over internet

    but how to use winsock ??? any helpful link or notes where i can learn about it??
    plz guide me

  6. #6
    Lively Member
    Join Date
    Nov 2007
    Location
    Rochester, NY
    Posts
    111

    Re: send data over internet

    Try looking on planet-source-code.com as they have tons of reference code dealing with the winsock control. There's also a complete winsock tutorial here:
    Code:
    http://www.easywebtutorials.com/dir/link.php?n=7

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