I would like to manually load HTML into a web browser control and make sure it does not create any internet traffic, so just show the content to the best of its abilities.
As specified in MSDN, WebBrowser.IsOffline is read-only.
Is there a way to set it (without using reflection hacks)?
Or do I have to resort to using a 3rd party control for this: