Hello
I want to load a page from HTTP, and this page is made up from several
URL.
If I use CInternetSession::OpenURL(), then I will not get the sub
pages.
I need a way that let me load the page with all its sub pages.
I know that i can use CHtmlView but I don't need a UI in my
application.
Thanks in advance