Hallo,
I'v to manage some files that are resident in a computer (different to my computer)on ethernet network.
My problem is how to connet with the computer where are that files using an Vb6application
, because that computer as differet username/ password to my computer( were's my VB application)?
I know username / password of second computer
Thanks
[Edited by emiliana on 18-12-2007 at 12:04 PM GMT]
17-12-2007 at 10:45 AM
|
steve_w Level: Moderator Registered: 18-04-2003 Posts: 1159
Re: username/password
Hi
You could map the drives to your computer see code below.
Hallo,
I'v tried your code, but seems it doesn't work correctly.
The error is that: username or password unknown ( i'm sure that username / passord programmed are correct)
Attached you will find the error box
steve_w Level: Moderator Registered: 18-04-2003 Posts: 1159
Re: username/password
The example I put was just to show where the username and password should be. Did you replace these with your values, if you did post your code up and I'll have a look.