SHBrowseForFolder and shortcuts
Posted
by Lyndsey Ferguson
on Stack Overflow
See other posts from Stack Overflow
or by Lyndsey Ferguson
Published on 2010-05-17T18:49:49Z
Indexed on
2010/05/17
18:50 UTC
Read the original article
Hit count: 174
In my C++ Windows application, I have a function that is supposed to allow the end-user select a folder. I'm using SHBrowseForFolder and it is working fine except that folder shortcuts are not being displayed in the dialog.
Does anyone know if it is possible to configure SHBrowseForFolder so that the end-users will be able to navigate folder shortcuts?
© Stack Overflow or respective owner