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.
Printable View
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.
This code might help you,
Dim cmdId As OLECMDID
Dim execOpt As OLECMDEXECOPT
cmdId = 6
execOpt = 1
brwWebBrowser.ExecWB cmdId, execOpt