I want to do something very specific and only want to derive from CHtmlView and dont need all the baggage of specialised document, frame and template.
What is the minimum I have to do to just use my CHtmlView derivative.
Printable View
I want to do something very specific and only want to derive from CHtmlView and dont need all the baggage of specialised document, frame and template.
What is the minimum I have to do to just use my CHtmlView derivative.
The other thing is I dont even need to see the view I just want it to download some pages.
Some would say use CInternetSession but I also need to parse internal links that use the javascript: postback protocol that CInternetSession does not understand.
Thanks.