[Gtk-sharp-list] Embed other application window in GTK application

De Santis Luca farolfo at hotmail.com
Mon Oct 17 17:16:42 EDT 2011


Hi, I’ve a question. On Winform I can embed a window of other application in a form o a picturebox with this function:

[DllImport("user32.dll", SetLastError = true)]
private static extern long SetParent(IntPtr hWndChild, IntPtr hWndNewParent);

hWndChild is the handle of the window to embed and hWndNewParent is handle of the new object container.

There is something like SetParent on GTK, I’ve seen Socket and Plug mechanism, and XTerm protocol but if application don’t support this methods I can’t embed them.

There is a way to embed any window in a gtk container ?

Luca

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/gtk-sharp-list/attachments/20111017/da995b83/attachment.html 


More information about the Gtk-sharp-list mailing list