How can I set the parent window forcefully through UI Automation?
Let's say I have a Winform and I want to open command prompt inside it through UI Automation. Now, for that I will have to set Winform as parent and then open command prompt inside it.
Also, please note that I want to open it through UI Automation only.
Looking forward to your help,
Thanks in advance.