Mono webbrowser

Posted by mydiscogr on Stack Overflow See other posts from Stack Overflow or by mydiscogr
Published on 2010-04-15T09:11:01Z Indexed on 2010/04/15 9:13 UTC
Read the original article Hit count: 708

Filed under:
|

Hi to all, I'm a new to mono enviroment and I have some question to ask...

I'm trying to make a "browser" that display me a web page, well in windows NET is easy I can use Form.Window.WebBrowser.

So I test with Moma this app, and it notice me that I can't use Form.Window.Webbroser " mac osx not compatible",

Well I search around the web and I find this http://www.novell.com/coolsolutions/feature/14918.html but honestly I don't understand why I should use Gdk, and glade so I try to "add reference" to visual studio 2010 RC but I find

Monodoc.GeckoHtmlRend

then I find an other way using Mono.WebBrowser.dll but again

Mono.WebBrowser

Mono.WebBrowser.DOM

Well my question are:

  • where find documentation about one or other libs
  • if I "add reference..." using menu of visual 2010 rc the dll linked is needed in release file or all library needed is included in release assembly?

Thanks

© Stack Overflow or respective owner

Related posts about mono

Related posts about web-applications