I need to connect to a remote data source via code using specific login name and domain. I can do it brute force using a call to a command prompt and net use:
net use f: \\computername\sharename password /user:domain\user
I can use the MPR.DLL to connect to resources, but I have not figured out how to add the domain into the username. . .any help would be appreciated!
David Moore
dm7941@sbc.com
net use f: \\computername\sharename password /user:domain\user
I can use the MPR.DLL to connect to resources, but I have not figured out how to add the domain into the username. . .any help would be appreciated!
David Moore
dm7941@sbc.com