Does anyone know how to set a hook on Internet Explorer. I need to intercept messages going to it. Im not sure what to do. Do I need to create a external .dll first? Thanks
Printable View
Does anyone know how to set a hook on Internet Explorer. I need to intercept messages going to it. Im not sure what to do. Do I need to create a external .dll first? Thanks
if You want to have a web-browser in Your own App, You can use the CHtmlView (VisualC) or the IWebBrowser2-Interface.
Hope that helps!
Mikey
Actully, im making a pop up ad killer. I was doing some research and most people who have done it say they hook the messages going to IE to catch them before it creates a new window. So if anyone knows general info to do this type of thing any help is appreciated! Thanks anyway though.
Because I think this is an interesting thread, I searched the codeguru-site and found a very interesting article with source-code which should solve Your problem (and mine :))
http://codeguru.earthweb.com/ieprogr...mWindows.shtml :cool:
Mikey
This is definatly a step in the right direction for my problem!
THanks, Ill keep you posted if I get any progress..