How can I display a .mht file on a webBrwoser control?

The title says it!

Your help would be greatly appreciated.


Answer this question

How can I display a .mht file on a webBrwoser control?

  • FSchmid

    you need to set WebBrowser's Url property to location of mht file

    webBrowser1.Url = new Uri(@"d:\test.mht");

    hope this helps



  • How can I display a .mht file on a webBrwoser control?