Mapping a network drive

  • Thread starter Thread starter glenn
  • Start date Start date
G

glenn

I am sorry for reposting this but the answer I got from a month ago pointed
me to a site with source code that won't open.

The question is this: How do I get my PDA application to map a network
drive through code to prevent the user from having to do it each time?

Thanks,

cybercrypt
 
Thanks for the link but its the link I already had. When I download the
source code and attempt to open it I get an error about "OpenNETCF could not
be found and clicking ok and trying to compile yields more errors.

I'm new to C# and VS so I don't know what to do here.

Thanks,

glenn
 
Thanks, and I'm sorry to be so slow at this but do I need the binaries or
the source and where do I put them in order for my project to use them?
I've been programming in another environment for the last 10 years and have
not figured out all this VS yet.

Thanks,

glenn
 
Install OpenNETCF (from link that I pointed in the previous post). All
OpenNETCF dll's should be visible in the Tab ".NET" (to get it, press
Add Reference in the context menu of Rerferences folder in the Solution
Explorer) and you can add it from this window.

Best regards,
Sergey Bogdanov
 
Back
Top