mail-archives/gtk-sharp-list/2007-February/007769.html

79 строки
2.9 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Gtk-sharp-list] Gdk.Window.ForeignNew
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:gtk-sharp-list%40lists.ximian.com?Subject=%5BGtk-sharp-list%5D%20Gdk.Window.ForeignNew&In-Reply-To=">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="007765.html">
<LINK REL="Next" HREF="007770.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Gtk-sharp-list] Gdk.Window.ForeignNew</H1>
<B>Phillip Dyer</B>
<A HREF="mailto:gtk-sharp-list%40lists.ximian.com?Subject=%5BGtk-sharp-list%5D%20Gdk.Window.ForeignNew&In-Reply-To="
TITLE="[Gtk-sharp-list] Gdk.Window.ForeignNew">p85dyer at gmail.com
</A><BR>
<I>Fri Feb 2 20:28:07 EST 2007</I>
<P><UL>
<LI>Previous message: <A HREF="007765.html">[Gtk-sharp-list] Mono develop
</A></li>
<LI>Next message: <A HREF="007770.html">[Gtk-sharp-list] how can I get value in CellRendererCombo with multicolumn Model?
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#7769">[ date ]</a>
<a href="thread.html#7769">[ thread ]</a>
<a href="subject.html#7769">[ subject ]</a>
<a href="author.html#7769">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>Hi,
I'm trying to find a way to wrap an IE window, in a gtk.DrawingArea.
I've found a way to do it on a pygtk mailing list.
<A HREF="http://www.daa.com.au/pipermail/pygtk/2005-June/010461.html">http://www.daa.com.au/pipermail/pygtk/2005-June/010461.html</A> , however
I'm a little lost on how to implement something like this under GTK#.
I'm particularly confused by this:
# Get the IWebBrowser2 interface for the IE control.
pBrowserUnk = POINTER(IUnknown)()
atl.AtlAxGetControl(self.atlAxWinHwnd, byref(pBrowserUnk))
self.pBrowser = POINTER(IWebBrowser2)()
pBrowserUnk.QueryInterface(byref(IWebBrowser2._iid_),
byref(self.pBrowser))
Any help would be greatly appreciated.
Thanks,
-Phil
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="007765.html">[Gtk-sharp-list] Mono develop
</A></li>
<LI>Next message: <A HREF="007770.html">[Gtk-sharp-list] how can I get value in CellRendererCombo with multicolumn Model?
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#7769">[ date ]</a>
<a href="thread.html#7769">[ thread ]</a>
<a href="subject.html#7769">[ subject ]</a>
<a href="author.html#7769">[ author ]</a>
</LI>
</UL>
<hr>
<a href="http://lists.ximian.com/mailman/listinfo/gtk-sharp-list">More information about the Gtk-sharp-list
mailing list</a><br>
</body></html>