I have an application which is developed in c# WinForms. Now i am developing an another application using ReactJS and Electron. I am able to do that and i have generated EXE successfully.
Now i dont want to run both the applications as separate applications. So i docked ReactJS and Electron generated EXE inside a form container of existing WinForm application. I used this article to achieve that- Docking Window inside another Window
Now EXE is running inside WinForm but i am facing some issues in UI rednering. See that attached screenshot. Application is not properly.
Is it right way to do it? Does anybody has experience in this? What kind of other problems i am going to face in future?