J
Jaap de Bergen
Hello,
I'm developing a toolband for internet explorer by implementing
IUnknown, IOleWindow, IDockingWindow, IDeskBand, IInputObject,
IObjectWithSite and IPersistStream like described on:
<http://msdn.microsoft.com/library/d...rm/Shell/programmersguide/shell_adv/bands.asp>
This is working good, but when i register my updated dll with
regsrv32:
regsvr32.exe /c "$(OUTDIR)"\BandObjs.dll
the new version of the toolband doesn't appear in internet explorer.
Registrering succeeds.
I suspect that internet explorer caches the toolband's.
The only way internet explorer will use my updated toolband is when i
restart my computer. But this situation is not optimal, because now
everytime i add code and recompile the toolband dll i need to restart
my computer.
Is there a way to notify Internet explorer that he should clear the
toolband cache and re-read the registry so that the updated toolbar is
used?
Best regards,
Jaap
I'm developing a toolband for internet explorer by implementing
IUnknown, IOleWindow, IDockingWindow, IDeskBand, IInputObject,
IObjectWithSite and IPersistStream like described on:
<http://msdn.microsoft.com/library/d...rm/Shell/programmersguide/shell_adv/bands.asp>
This is working good, but when i register my updated dll with
regsrv32:
regsvr32.exe /c "$(OUTDIR)"\BandObjs.dll
the new version of the toolband doesn't appear in internet explorer.
Registrering succeeds.
I suspect that internet explorer caches the toolband's.
The only way internet explorer will use my updated toolband is when i
restart my computer. But this situation is not optimal, because now
everytime i add code and recompile the toolband dll i need to restart
my computer.
Is there a way to notify Internet explorer that he should clear the
toolband cache and re-read the registry so that the updated toolbar is
used?
Best regards,
Jaap