How do I use OpenFileDialog to select a folder?
I was going to use the following project: https://github.com/scottwis/OpenFileOrFolderDialog However, there’s a problem: it uses the GetOpenFileName function and OPENFILENAME structure. OPENFILENAME has … Read more