I am trying to navigate the webpage invisibly. I have tried this
Navigate2(Environment.GetEnvironmentVariable("appdata") + "\\track.html");
It navigates, but it shows the internet explorer window. How can I make it invisible ?
(edit: I dont want to get page content, it should navigate there)