Embedding a wxWidgets app inside a Qt app

Hai Nguyen hai.scrub at gmail.com
Tue Jan 1 15:52:35 PST 2008


Hi James,

I've written some toy apps integrating wx into Maya using SetHWND once 
I've gotten the HWND from Maya. You'll need to use IMPLEMENT_APP_NO_MAIN 
with this.

- Hai

James Whitwell wrote:
> Hi,
>
> We're currently trying to figure out what's the best way to integrate 
> our application, written in wx, with a client's application written in 
> Qt, both running on Windows.  One of the methods they suggested was 
> that Qt has support for embedding ActiveX controls, so could we turn 
> our app into an ActiveX control.  Has anybody done this with their wx 
> app?  It sounds pretty difficult, but then again I don't know much 
> about ActiveX controls from the programming point of view.  Our backup 
> plan is to launch our app like normal, and pass data files between the 
> two apps, but having it as a control (albeit a nearly full-window 
> control, as our app is quite complex), would be preferable, so we're 
> looking for a more seamless user experience.
>
> Thanks,
> James.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: wx-users-unsubscribe at lists.wxwidgets.org
> For additional commands, e-mail: wx-users-help at lists.wxwidgets.org
>
>




More information about the wx-users mailing list