I have a application written in C++ 7.1 that launches a web application in the IE browser.
In case a browser window is already kept open and my application launches the web app, the focus is set to the web application launched by the C++ application. this works fine in IE8 but the same behaviour is not found in IE11.
My C++ code works using EnumWindows () API and GetProcWindowThreadId () API.
This returns parent process ID in case of IE8 but this does not behaves correctly wrt IE11.