The WebBrowser control loads properly any mht file if I use the Navigate method, but when I use the DocumentText or DocumentStre
mht
Navigate
DocumentText
DocumentStre
var uri = new Uri(String.Format("file:///{0}", Path.GetFullPath(source))); wbMain.Navigate(uri);
where source - path to your .mht file