PDA

Click to See Complete Forum and Search --> : printing webpage


Jeff
Jul 19th, 1999, 02:13 AM
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.

llee
Aug 19th, 1999, 07:13 AM
This code might help you,

Dim cmdId As OLECMDID
Dim execOpt As OLECMDEXECOPT

cmdId = 6
execOpt = 1

brwWebBrowser.ExecWB cmdId, execOpt