| Summary: | First off I'd like to say I'm not trying to take credit for this code, I had found 2 sections of code, 1 allowed mapping to a NT server, the other allowed mapping to a Netware server. It was cumbersome and confusing to have to call seperate APIs based upon what type of server I was trying to map a drive to, so I added to 2 code sections together, made them a Class Module, then added a little error handling. |