Hello, I'm using Igor Tandetnik's PassthruAPP to track IE events in my DLL injected into IE7 process with SetWindowsHookEx(). All goes well until a new tab opens. After that the tracking dies in all tabs. An obvious workaround is to reopen APP with UnregisterNameSpace()/ RegisterNameSpace() on each new tab is far from perfect. Besides that, I can't unload my DLL before IE exit - IE crashes in urlmon.dll. Any ideas?