IHtmlDocument2.CreateStylesheet....how to remove

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi...

Using .net and the ActiveX WebBrowserControl, I can create a successful
html-viewer for my app. Sometimes I need to add a stylesheet using
CreateStyleSheet(). However, this is now locked into the document and if I
add new stylesheets when the html changes, I eventually run out of memory.

Is there a way of removing styleseets from the htmldocument?

Thanks

Jon
 
Back
Top