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

    How can I print page by its linkname?

    Can I print Web pages in C++ - MFC project usong IE controls without
    navigating to this page?
    (as IE do it when click right mouse button on any link and choose "Print
    Desination")?
    I must it for printing list of pages without navigating to them.
    Thanks for help,-
    Eliahu.

    Eliahu

  2. #2
    Join Date
    Apr 1999
    Posts
    14

    Re: How can I print page by its linkname?

    Hi,
    Using the IE Control you can download the page you want and then calling the function to print that page. You must have thought about this anyway, but this is what i am able to understand.

    Regards


    [email protected]

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