Hi Guys,
I am a software engineer and I am working on a windows application. This application uses CreateProcessAsUser to execute Chrome (or whatever the default browser is) with a URL as an argument.
The chrome window that is opened is not brought to front. This is my main problem. I have tried the --new-window switch, but that does not bring the window to front either. Is there any way to achieve this?
I have found the following question with no answers:
The link in the only answer does not work, and the topic is locked.
Can anyone tell me if this is possible at all?
Thanks:
Peter