I’d like to access network shared files.
How do I show the system authentication dialog box so that user can enter username and password?
ps:
Through UNC,
In WinForm.
I’m writing a explore control, I’d like to show the dialog after the user double click on a network shared folder.
How do you currently access the share? Through a UNC or do you first map it to a drive letter? One idea is to map it with the wnetaddconnection2 api call with the CONNECT_INTERACTIVE and CONNECT_PROMPT flags.