How to show authentication dialog in C# .Net 3.5 SP1 -
I want to use network share files How can I show the system authentication dialog box so that user can enter the username and password Could it?
ps: Through UNC, in WinForm.
I am writing an exploration control, after the user double click, the network wants to show the dialog on the shared folder.
How do you currently use share? Through a UNC or before you map it to a drive letter? One idea is to map it to an API call.
Comments
Post a Comment