How to pop-up connect to dialog box in C#
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hi All, I have written a code in C# win form that will browse all network, domain in that network, machine in the selected domain and share and folder under the selected machine. But the problem is the code runs under the logged on user credentials. If the logged on user does not have permission on the given folder it shows access denied. I want to pop up "connect to" dialog box which windows shows when we try to connect to different machine? Can anybody tell me how to do this? How to pop up the connect as box? Jayant D. Kulkarni