Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: Folder Dialog (Read 1820 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Folder Dialog

Hi!

I have a question to Peter.
Foobar2000 uses pretty nice folder request dialog.
Is this dialog open source?

Thanks.

Folder Dialog

Reply #1
You mean the dialog from File > Add Folder? That's a standard Windows feature.

Folder Dialog

Reply #2
Most likely a CFileDialog which is derived.
Look up WTL docs for more info.


Folder Dialog

Reply #4
Uh, then how does it work on XP? SHBrowseForFolder?

Folder Dialog

Reply #5
Oh, that. Yeah, that's what it uses on XP. SHBrowseForFolder on XP, that IFileDialog interface on Vista and up.