Hi all, I have created a C++ application which has a browser embedded into it to visualize webpages. At the moment i know how to work offline with this browser using internet explorer API(CHtmlView). My problem at the moment is that I am working offline in
windows internet explorer as well when i use this program. I would like to work offline ONLY on my C++ application. How can I ...