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
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.
Re: Data transferbetween two vb6 software via internet