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

Popular posts from this blog

asp.net - Javascript/DOM Why is does my form not support submit()? -

sockets - Delphi: TTcpServer, connection reset when reading -

javascript - Classic ASP "ExecuteGlobal" statement acting differently on two servers -