I have a complex MDI Parent WinForms Application which needs to be hosted inside a WPF Browser Application.
Note: I have no neccesity to interact b/w host and source(Winforms and WPF). Just need to host it. I have already tried using WinFormsHost to achieve this but in vain. My xbap application is able to push the MDI application outside the browser but not able to host it inside the browser as it does for normal Win32 application. I also tried Win32.SetParent and played with handles but again no result. There is no exception or failures in execution. Please reply asap.
Note: I have no neccesity to interact b/w host and source(Winforms and WPF). Just need to host it. I have already tried using WinFormsHost to achieve this but in vain. My xbap application is able to push the MDI application outside the browser but not able to host it inside the browser as it does for normal Win32 application. I also tried Win32.SetParent and played with handles but again no result. There is no exception or failures in execution. Please reply asap.