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.