How to connect IE console output when organizing web browser control

I have an application that hosts an IE WebBrowser control and you want to add the ability to capture and display any output in the IE Debug Console window in my own window (or log file or ...).

I didn't find any information about where this interface is defined or how I can connect to it, something like the browser events IOleCommandTarget :: Exec.

+3


source to share





All Articles