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

Questions about wxWidgets running on MS.NET, mono or Portable.NET ? Ask it here !
Post Reply
kipade
Earned some good credits
Earned some good credits
Posts: 126
Joined: Fri Nov 11, 2011 2:45 am
Location: China

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

Post 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
Slackware GNU/Linux x86_64
wxWidgets-3.3.0
User avatar
eranon
Can't get richer than this
Can't get richer than this
Posts: 867
Joined: Sun May 13, 2012 11:42 pm
Location: France
Contact:

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

Post 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
[Ind. dev. - wxWidgets 3.0/3.1 under "Win 7 64-bit, TDM64-GCC" + "OS X 10.9, LLVM Clang"]
Post Reply