I open the page in WebBrowser and it works for me (for example, Google):
WebBrowser1.Navigate('http://www.google.com'); I need to take the html file (which is stored on my computer), add it to the project (so that html does not hang out as a separate file, but was in the project) and open this html file through a browser.
Tell me how to do this?