2

few days ago I've searched a way to print directly without the print-dialog in Internet Explorer and found this solution.

In this solution the ActiveX object "Shell.Explorer.2" (CLSID:8856F961-340A-11D0-A96B-00C04FD705A2) is used. Now I'm interested to find more information (better: documentation) for this control, but without success.

Somebody got an idea where to find that information?

Thanks a lot!

Community
  • 1
  • 1
user1619275
  • 355
  • 1
  • 6
  • 14

1 Answers1

4

This CLSID corresponds to Microsoft WebBrowser ActiveX control. Check these links:

WebBrowser Control Overviews and Tutorials

WebBrowser Customization

how to add an AxWebBrowser in vs2012 c#

Search StackOverflow for "WebBrowser" and "printing" and you should find heaps of useful information related to your printing task.

Community
  • 1
  • 1
noseratio
  • 59,932
  • 34
  • 208
  • 486