How to access password protected shared network drives while traversing the dialog created by using SHBrowseForFolder()
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, i am using SHBrowseForFolder() function to traverse through the local system drives and shared network drives. But if i select a shared network drive which is password protected it does not ask for username and password. Due to which i was unable to traverse the shared drive. Can anybody tell me how to unable this facility or how to capture the double click of mouse on the tree shown in Browse For Folder dialog. Thanks.