Network share on XP

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I try to use a network share on XP Pro from my CE5.0 CF application (like
\\MyServer\Data) to copy some datafiles from. I want to login automatically
as Guest or Anonymous under XP.
The problem is that the CE5.0 App always ask the first time for login
username and password. I have no keyboard so I want to do this automatically.
What can I do to get it right?
 
Take a look at the OpenNETCF.Net.Network class that includes MapDrive method:

MapDrive(IntPtr hwnd, string netRes, string shareName, string userName,
string password)

-Alex
 
Back
Top