I'm a newbie in working with networks... I want some help. I want to copy a file from a Pc to another ones. How can I do that? If you want to know more plz give me a mail. [email protected]. Thank you!
Printable View
I'm a newbie in working with networks... I want some help. I want to copy a file from a Pc to another ones. How can I do that? If you want to know more plz give me a mail. [email protected]. Thank you!
> click on my network places [should be on desktop, if not, go look in control panel]
>then click on entire network [it should show: microsoft windows network], if not, then click on "view entire contents"
> click on microsoft windows network
> click on the group name of the computer you want to transfer files to
> then click on the computer name
> [if it requires u to insert in a username/pw, then do so. if not, then you should be in the other computer's hd]
> next, u can send your files to the other comp
I want that stuff to be done in VB...
For the function that expects a filename, use:
\\computer\sharedfolder\file.cpp
as the filename. This syntax should work like the local filesystem.
And how can i get a list of all the computers from a network? Thank you once again...
Look at www.mvps.org/vbnet
On that link was an example but only or Nt/Win 2k networks. I need one for Win 9x/Me. Thank you once again.
Then you need to use APIs for the Browser service for those OSes. I think http://msdn.microsoft.com/library/de...works_0u43.asp are them, but I don't have 9x to test with.