Page 1 of 1

How to create a wxWidgets window as subwindow of a C# Form window?

Posted: Tue Jan 17, 2017 1:29 am
by kipade
As the topic, I have to create a C++ wxWidgets panel as the subwindow of a C# Form window. Of course I have to do such things within a dll. But now, I do not know how to do it.
Any ideas? Thanks

Re: How to create a wxWidgets window as subwindow of a C# Form window?

Posted: Sat Feb 25, 2017 7:01 pm
by eranon
Sounds like you got your (partial) response going through wxNativeContainerWindow: https://groups.google.com/forum/#!topic ... UginOGMGOQ. When you cross-post, cross post the solution too (it could be cool for future forum's visitors)!

Also, maybe this could help you (not tested myself): http://simon.rozman.si/computers/wxwidg ... dll-plugin