CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5

Threaded View

  1. #1
    Join Date
    Aug 1999
    Location
    Germany
    Posts
    2,338

    Webbrowser scale and print content

    Hi. In my application, I have a WebBrowser in which I load a webpage. This works fine, but now I want to scale the page (if the content is larger then my control) and then print the page (scaled, so that it fits to exactly one page).

    You can open the PrintDialog, but I want to do all this without user-interaction. Any ideas about that?
    Last edited by martho; February 6th, 2008 at 08:51 AM.

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