SyntaxFix
Write A Post
Hire A Developer
Questions
Update on @ghostJago answer above
for me it worked as the following lines in VS2017
VS2017
string curDir = Directory.GetCurrentDirectory(); this.webBrowser1.Navigate(new Uri(String.Format("file:///{0}/my_html.html", curDir)));