SHBrowseForFolder and network logon
When a current user haven't got access rights on some computer in network, this browse dialog shows the message with error. Is it possible to replace this message with dialog, which will propose to user to enter alternate logon name and password (like in Explorer)? Maybe it possible using window subclassing, or even in more easy way?
[340 byte] By [
AndreiF] at [2007-11-18 17:43:09]

# 1 Re: SHBrowseForFolder and network logon
There are CFileDialog variants that display folders only.
This might solve your problem
http://www.codeproject.com/dialog/cfolderdialog.asp
http://www.codeproject.com/dialog/selectfolder.asp
/ Z
zerver at 2007-11-11 1:26:02 >

# 2 Re: SHBrowseForFolder and network logon
I need to display all netwrok computers and folders. But in addition I need to provide user with capability to specify alternate user name/password to access them.