Howto copy MHT (HTML + pictures) data stored in a TMemoryStream to a TWebBrowser? If I save the MHT from the MemoryStream to disk with:
MS.SaveToFile(FName);
and then navigate the WebBrowser to this file:
WebBrowser1.Navigate(FName);
it works fine.
I want to do it directly, without disk saving.