I try to write an application what is using the CHTMLView. That is quite simple. Next I wanted to implement that I get informed about when somebody clicks on a link, so I can react on it by something else than browsing to the destination, i.e. to call another functions in this application. In general it works using the CHtmlView::OnBeforeNavigate2 function. I can hook into this call, can do something else and can prevent that the browser tries to open the link, but later I get an error message that i havn't handy now. So my question would be: Am I using the right approach, or am I absolutely wrong? Does somebody have a sample on this? Thanx in advance,:confused: -- regards Matthias
M
mstuebner
@mstuebner