L
Liang Lilong
The existing implementation method is to use explorer. I registered the IShellFolder extension, and displayed IShellVIew as a child window in IShellFolder. (Here IShellView displays not the real item under the path, but the virtual item after I decrypt it. For example, there is a file A under a certain path, and files B and C are recorded in A. After opening, it displays B, C) But for some reason, I need to replace it with trying to use the file open dialog. But I searched around, and there is no such calling method. And after my attempts, even if it is bound, the file list of the file open d
Continue reading...
Continue reading...