Re: Handling RSS feeds

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



Hi, Matt...
As simple this way, HTMLDocumentClass has
HTMLDocumentEvents2_Event_onclick event.
I don't know what language you program with. I'm with "C#"
The point is if you can catch the element of clicking, you would get
the href of element that is such Feed URL.

On Nov 6, 1:08 am, Matt Campbell <mattcampb...@xxxxxxxxx> wrote:
Hello:

How can my WebBrowser host application detect and handle RSS feeds?
Specifically, I want to redirect the browser to a Web-based RSS reader
when the user follows a link to an RSS feed. Of course, to do this
correctly, one can't just look at the URL in the BeforeNavigate event
handler; one has to look at the content type and perhaps the content
itself as the document is loaded, before MSHTML displays it. Obviously
IE 7 does this, so I know it's possible. How is it done?

Thanks,
Matt


.