A
Andrius B.
Hi all.
I'd like to print the document from WebBrowser to the specified printer, but
silently, t.i., not by calling ShowPrintDialog. The printer could be the
default system printer, but not in always. Accordingly, using
WebBrowser.Print() is not the solution.
I found one solution: change the system default printer to desired one, do
the print job and then change back the default printer to previous. Tha
problem is, that the user, who uses my app, may not have enough rights to
make some system changes.
Is there another method how to do it silently? Is there any other control
instead of WebBrowser for that purpose?
Thanks for any answer.
I'd like to print the document from WebBrowser to the specified printer, but
silently, t.i., not by calling ShowPrintDialog. The printer could be the
default system printer, but not in always. Accordingly, using
WebBrowser.Print() is not the solution.
I found one solution: change the system default printer to desired one, do
the print job and then change back the default printer to previous. Tha
problem is, that the user, who uses my app, may not have enough rights to
make some system changes.
Is there another method how to do it silently? Is there any other control
instead of WebBrowser for that purpose?
Thanks for any answer.