I am using Vb 6.0 and want to send data form one computer to antother one client and another server I need the code for it do you please help me?
Thanking you form
Rummy
Printable View
I am using Vb 6.0 and want to send data form one computer to antother one client and another server I need the code for it do you please help me?
Thanking you form
Rummy
Do you know how to use the Winsock control? If not, read this:
http://www.planetsourcecode.com/vb/s...44179&lngWId=1
On the same LAN? Use VB's CopyFile method or FSO's CopyFile method.