I have a problem with my webbrowser in my C# Win-Forms Application I have downloaded 250 wikipedia pages and have edited the .html code so the local page looks nice. The problem is that it takes the webbrowser about 5 seconds to load everything. If I turn off the internet on the pc it loads the webbrowser instantly and everything looks fine. This problem appears with all the 250 pages.
Now my question is if i can restrict the internet connection for the application or what else i could do to make it load faster.