dwmkerr / sharpshell

SharpShell makes it easy to create Windows Shell Extensions using the .NET Framework.
MIT License
1.52k stars 260 forks source link

extension doesn't work in fileopen dialog window #85

Closed kkguo closed 6 years ago

kkguo commented 9 years ago

My extension working well in explorer, but in the file-open dialog, neither the icon handler nor context menu handler works. I checked the log, looks like the extension is not even loaded. openfiledialog_issue

dwmkerr commented 9 years ago

Hi @kkguo is this for any file open dialog? Or just one from a certain program? They can be created with various options, some of which may possibly interfere with the shell extensions...

kkguo commented 9 years ago

No matter from what program, I cannot see shell extension in file open dialog window, I can see some extension, but I guess they are native win32. But I recently realized it maybe only happen in my machine, my user didn't report issue like this. I'm using win7 64bit enterprise. I'm trying to dig more, I will close if I can find a clue, or I cannot..

dwmkerr commented 6 years ago

I'm closing this to focus on recent issues, please re-open if needed!