object empty=System.Reflection.Missing.Value; axWebBrowser1.Navigate(@"c:\myfile.htm", ref empty, ref empty, ref empty, ref empty); The problem with that is, of course, that you need to write to a file. This brings in other possible issues such as ensuring you write the file to a ...