|
Subject:
|
p2p vb.net
|
|
Posted By:
|
Xdx
|
Post Date:
|
11/16/2004 3:21:15 PM
|
I wanna send files on a LAN using a program in VB .net, I wanna know if someone has something that can help me 'coz I'm a new in this. Thanks in advance.
|
|
Reply By:
|
Snib
|
Reply Date:
|
11/16/2004 7:10:10 PM
|
Hey there,
I know almost nothing about VB.NET, but computers on a network are referenced by their name. For instance, if the name of a computer is "mycp" then you would refer to it like this:
\\mycp
This is just an idea, but perhaps if you know how to send files locally, you can do it the same way by referencing the computer with \\computername instead of, for instance, C:\.
HTH,
-Snib Where will you be in 100 years? Try new FreshView 0.2!
|