Can I change the stylesheet used by the WebBrowser control?

Hi,
I'm tring to create an RSS reader similar to the one on the start page in Visual Studio 2005. The easiest way for me to do this would be to use a webbrowser control, along with a customised stylesheet (I want several applications to display the same RSS feed, but not necessarily in the same way). Is there a way to force the WebBrowser control to render the RSS feed using a dfferent stylesheet to the one specified in the html/xml file downloaded from the internet

Thanks,
James


Answer this question

Can I change the stylesheet used by the WebBrowser control?

  • EDV Gradl

    you can always to save file on disk /or in memory/ and change whatever you need before pass it to webbrowser control

    I beleive that you get RSS XML files with data only - wihtout information how to render it

    take a look at this RSS Toolkit

    hope this helps



  • Can I change the stylesheet used by the WebBrowser control?