Results 1 to 2 of 2

Thread: printing webpage

  1. #1

    Thread Starter
    New Member
    Join Date
    Jul 1999
    Posts
    1

    Post

    how can i print the contents of a webbrowser to my printer. the browser control is called brwBrowse and for example i would like to print http://www.vb-world.net/ main page....anyhelp will be appreciated a lot.

  2. #2
    New Member
    Join Date
    Aug 1999
    Location
    Kuala Lumpur, WP, Malaysia
    Posts
    3

    Post

    This code might help you,

    Dim cmdId As OLECMDID
    Dim execOpt As OLECMDEXECOPT

    cmdId = 6
    execOpt = 1

    brwWebBrowser.ExecWB cmdId, execOpt

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