I have a Windows form created with VB.net. I'd like to be able to take another window from my PC by window handle and put it in my form. Is this possible? I see online with techniques like this: https://www.youtube.com/watch?v=Vrue7CIghIw
You can have forms in forms. Is there an API to do this?
My issue is, that VB.net does not support chrome webbrowser controls. I am loading a webpage and there are compatibility issues, so I have to run it in edge compatibility mode, and even then it is buggy. Putting chrome in my window is the only option.
I want my app to simply launch a Chrome application shortcut, find the window and take it and put it as a child of my form, so it sits inside the form like this: https://i.stack.imgur.com/HbU7X.png
Any clues? Thanks everyone :D