I have made a small VB6 program that browser for an image on the internet and display's it and refreshes every 30 seconds.
How can I get the image that is in the brwWebBrowser control printed to my printer???
Thanks :thumb:
Printable View
I have made a small VB6 program that browser for an image on the internet and display's it and refreshes every 30 seconds.
How can I get the image that is in the brwWebBrowser control printed to my printer???
Thanks :thumb:
I found it:
Code:brwWebBrowser.ExecWB OLECMDID_PRINT, OLECMDEXECOPT_DONTPROMPTUSER, 0, 0