[Mono-osx] Web Browser control
Marty X-Plat
martyn.james2 at verizon.net
Mon Apr 1 23:25:09 UTC 2013
Place your common code in a Mono dll assembly, then
For Windows:
create a Winforms app that uses the WebBrowser control you have already
discovered
For Mac:
Create a MonoMac application including the cocoa web browser control - this
is essentially the rough equivalent of the WinForms implementation for
Windows
Now these outer applications contain references to your common code module,
and you hook each up appropriately.
PS I'm without a computer this week, so I can't look up the actual name of
the cocoa web browser control, but it should be wilt found in the Xcode
dialog editor if memory serves...
--
View this message in context: http://mono.1490590.n4.nabble.com/Web-Browser-control-tp4659192p4659197.html
Sent from the Mono - OSX mailing list archive at Nabble.com.
More information about the Mono-osx
mailing list