0

I need to run Chrome with --app and keep it always on top. I have tried everything I know of.

Process process = Process.Start("chrome.exe", " --app=" + "http://10.0.0.10:88/MyServer?/1/playlist/Request_1.m3u8");

This runs Chrome to play the hls file, but the desired outcome is that it run in the window opened, not in the top-most window.

user1820451
  • 153
  • 2
  • 13
  • 1
    Does this answer your question? [Set an external EXE as TopMost](https://stackoverflow.com/questions/13112081/set-an-external-exe-as-topmost) – vivek nuna Oct 10 '21 at 19:55
  • 1
    Since you're using C#, you may consider using WebView2 control (which is based on chrome): https://docs.microsoft.com/en-us/microsoft-edge/webview2/ – user9938 Oct 10 '21 at 20:46
  • WebView2 is perfect solution for me, thanks , i did not know it exist – user1820451 Oct 11 '21 at 02:26

0 Answers0