Page 2 of 2

Posted: Thu Feb 12, 2004 9:26 pm
by GedB
All instances of the browser will be indetified, even the ones used by e mail clients.
Cool 8) How are doing that? Windows classes?

Posted: Thu Feb 12, 2004 9:38 pm
by legider_pb
You can write it as an IE Helper Object, those are not executed but are loaded with any instance of IE. IEHOs are DLLs, you can google it and find more information on them, I don't have any handy. You may have to access COM+ stuff though I am not sure.

With a helper object you have access to all data passed to and from an IE instance.