[Mono-winforms-list] System.Windows.Forms.WebBrowser

Josh TwoOneSix at thatclothingco.com
Wed Apr 9 07:19:10 EDT 2008


On Tue, Apr 8, 2008 at 9:52 PM, Andreia Gaita <shana.ufie at gmail.com> wrote:

> On 4/1/08, Josh <TwoOneSix at thatclothingco.com> wrote:
> > I understand that System.Windows.Forms.WebBrowser isn't fully
> implemented
> > yet, but does anyone know of a workaround that can use to get the
> > DocumentText from the control? It appears that mono will currently (1.9)
> > navigate to the URI that I need but I can't get the DocumentText
> property
> > that I need... any ideas?
>
> Hey there, sorry for the delay, almost missed your query.
> At the moment there is no support for DocumentText, that is being
> implemented currently. You can try to get InnerHTML from the body
> element, that will at least give you the content of the body (but not
> the head). Updates to support outerHtml and documentText will land
> soon on svn.
>
> andreia gaita
>


Andreia,

Thanks for the update, I dumped the WebBrowser control and went with
libcurl. It was a little more work, but well worth it considering that, for
this project, I didn't really NEED the entire control and libcurl is
processing light years faster then the WebBrowser control.

Josh
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-winforms-list/attachments/20080409/7720d1f4/attachment.html 


More information about the Mono-winforms-list mailing list