I have a small group of computers that run a piece of software that requires a drive mapping, but only for those computers. The people who log on to those computers will log on to other computers as ...
Is there a straightforward way to map a network drive in Visual Basic.NET? I can use the API call WNetAddConnection2 but if there's something built-in that I've missed I'd like to use that first. I ...