
- On principle, I never use any script, I prefer that all features be built-in with the programme I use…

- I'm script-allergic.
- So, if you embed it later…


Claude
Clo
Moderators: Hacker, petermad, Stefan2, white
I think dll is needed for any Explorer shell extesion.I don't know why did you use dll to create static extension ? Dlls are needed only for dynamic ones, for instance if you wanted to add the text
1. OkProblems:
Nope! Only for dynamic extensions. U can add it through the registry.I think dll is needed for any Explorer shell extesion.
Have you example of static ext not a DLL?
I cannot do that: I don't know what plugins can open file (before calling them).Since you already created dll, you could check file type on shell call and add appropirate text or submenu if there are more then 1 plugin handling that file.
Hm, it doesn't work here..You can add static extension via
HKEY_CLASSES_ROOT.
??PS: What about VisualDirSize plugin ?
Did you see default system primer for .bat files ?Hm, it doesn't work here.. Quote:
You can. Since you must separately configure plugins in Viewer, that is, they are not dynamicaly updated from TC, you can cache data on config, and latter, on Explorer call ,search the cashe. You can also cachse binary headers for those plugs that don't have "detect string". When explorer calls you, you just open the file it sends you, see its header, and search your cache.I cannot do that: I don't know what plugins can open file (before calling them).
It doesn't work.??
No.Did you see default system primer for .bat files ?
No, cache won't help.Since you must separately configure plugins in Viewer, that is, they are not dynamicaly updated from TC, you can cache data on config, and latter, on Explorer call ,search the cashe. You can also cachse binary headers for those plugs that don't have "detect string". When explorer calls you, you just open the file it sends you, see its header, and search your cache.
Folder names are not opened by Viewer, sorry. Only files. Maybe later.It doesn't work.
When I send to Viewer string containing folder name, DirSizeCalc should handle it, but instead viewer displays message in the middle.
Code: Select all
REGEDIT4
[HKEY_CLASSES_ROOT\*\shell\open\command]
@="C:\\Utils\\Viewer.exe \"%1\""
How often you open renamed jpg files, and how often normal jpeg files. Right!No, cache won't help.
Example: renamed JPG file. Imagine and SGViewer can open it. How can I know it before opening?
Code: Select all
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\*\shell\MAJKIs View\command]
@="c:\\1\\Viewer.exe \"%1\""