Results 1 to 3 of 3

Thread: Data transferbetween two vb6 software via internet

  1. #1
    New Member
    Join Date
    Jul 12
    Posts
    2

    Data transferbetween two vb6 software via internet

    Hi all
    I have designed a temperature monitoring device that connect to my computer via serial port.I have tested it and the readings are successfully shown on a small vb program i designed.to this everything gone OK!.

    Now i want to display this readings on another computer(of course on a vb program) on internet.my problem is how i can send this readings from my computer using vb6 through internet and receive at distant computer and show it live(somewhat).
    What i actually want to know is How data transfer is possible between two vb6 software via internet.
    please help me to get a start(for the simplest solution).

    thanks in advance

  2. #2
    PowerPoster
    Join Date
    Jul 06
    Location
    Maldon, Essex. UK
    Posts
    5,134

    Re: Data transferbetween two vb6 software via internet

    You need to use the Winsock Control. If you search the codebank here for 'winsock' you'll find many examples.

  3. #3
    New Member
    Join Date
    Jul 12
    Posts
    2

    Re: Data transferbetween two vb6 software via internet

    Thanks Doogle

Posting Permissions

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