[Mono-winforms-list] About: mono hosting on FireFox

MrBean bgiavotto at tiscalinet.it
Wed Oct 4 18:45:41 EDT 2006


 Hi, All
 
I want to host the mono runtime in a firefox plugin, to allow somewhat like
an applet (an .net assembly) to run into a browser window.
 
The basic idea is to load and run via a platform dependand plugin a .NET
assembly.
 
While there are not so many difficulties in loading the mono run-time and
calling a bootstrapper method from the firefox plugin, problems arise when i
try to make something of "visual".
 
To be more specific...

Under windows, the FireFox insfrastructure makes available to me  a native
window handle that is the hosting firefox window.
 
Under linux i have instead a Window* (X)
 
Now, for my purposes i need to use the Mono System.Windows.Forms library, so
the question is:
 
 
Under linux,
how can i embed (->make parent) a UserControl  to a X Window using the
supplied (X) Window*.
 
I think the XPlatUIX11 used in mono windows forms implementation uses X
behind the scenes, so the thing should be possible...
 
Any ideas? 
-- 
View this message in context: http://www.nabble.com/About%3A-mono-hosting-on-FireFox-tf2385513.html#a6649824
Sent from the Mono - WinForms mailing list archive at Nabble.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-winforms-list/attachments/20061004/4271a77b/attachment-0001.html 


More information about the Mono-winforms-list mailing list