CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 2005
    Posts
    78

    Question Only want to derive from CView not Frame and Document

    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.

  2. #2
    Join Date
    Apr 2005
    Posts
    78

    Re: Only want to derive from CView not Frame and Document

    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.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured