Detecting clicks in WebBrowser Control

P

Phill W.

Is it possible to intercept clicks (on links) in the
[System.Windows.Forms.]WebBrowser Control?

I'm toying with the idea of a cheap and cheerful "help file" system
taking an Xml File containing multiple "pages" and using an Xsl
Transformation to render a single page based on its "page number",
supplied as a parameter.

My problem is that, to provide links between pages, I'd need the "links"
to invoke a new /transformation/, rather than actually linking off
elsewhere.

Any ideas?

TIA,
Phill W.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top