I have a GUI application that displays a FolderBrowserDialog. One of my users asked if I can make the dialog show shortcuts to folders.
I don't see any properties that would allow me to specify that. On the MSDN site I found the following:
Does "virtual folders" refer to folder shortcuts?
Does anyone know for sure if I can or cannot show shortucts?
Thanks.
I don't see any properties that would allow me to specify that. On the MSDN site I found the following:
Code:
This class provides a way to prompt the user to browse, create, and eventually select a folder. Use this class when you only want to allow the user to select folders, not files. Browsing of the folders is done through a tree control. Only folders from the file system can be selected; virtual folders cannot.
Does anyone know for sure if I can or cannot show shortucts?
Thanks.