• Welcome to Tux Reports: Where Penguins Fly. We hope you find the topics varied, interesting, and worthy of your time. Please become a member and join in the discussions.

IE8 printing to non default printer

R

Ria

Flightless Bird
I devoloped a Browser Helper Object for IE8 and it is supposed to print the
active web page to a selected printer (selected through a dialog) without
showing the print dialog.
I've tried to load the webpage into a webbrowser control but that does not
work for all web pages, especially when the page was a result of answering
questions.
I've also tried to use a hook to CBT but that isn't working either. the
selected printer is shown but not really activated and IE crashes too often.

Has anyone any idea how else this can be done/solved?
I use VS2008 C#
 
R

Robert Aldwinckle

Flightless Bird
"Ria" <Ria@discussions.microsoft.com> wrote in message news:B5E5ED5B-C107-42C8-898A-092ADD5E36C3@microsoft.com...
>I devoloped a Browser Helper Object for IE8 and it is supposed to print the
> active web page to a selected printer (selected through a dialog) without
> showing the print dialog.
> I've tried to load the webpage into a webbrowser control but that does not
> work for all web pages, especially when the page was a result of answering
> questions.
> I've also tried to use a hook to CBT but that isn't working either. the
> selected printer is shown but not really activated and IE crashes too often.
>
> Has anyone any idea how else this can be done/solved?
> I use VS2008 C#



Wrong forum. Try the MSDN web forum for Internet Explorer Extension Development

http://social.msdn.microsoft.com/Forums/en-US/category/iedevelopment


Good luck

Robert Aldwinckle
---
 
Top