Zitat von
xineohp:
hilft da wirklich nur das Neustarten des Explorer-Prozesses?
Genau! (leider)
Delphi-Quellcode:
// To unload a DLL that Explorer won't let go of:
// 1) On the Taskbar choose: Start > Shut Down
// 2) Now hold down <CTL> <ALT> <SHIFT> and click "Cancel"
// 3) Explorer will be terminated
// 4) Hit <CTL> <ALT> <DELETE>
// 5) Choose "Task Manager"
// 6) Choose "New Task" in the lower right corner
// 7) Enter "Explorer.exe" in the edit box and hit "OK"
// 8) A fresh instance of Explorer will be started and your
// DLL will be unloaded
Das hilft bei mir.
Machst du die Explorer-Extension gänzlich selber oder verwendest du fertige Komponenten?