<IE:TEMPLATEPRINTER ID="printer"/> ??

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Anybody familar with how to get this thing to work given all of the security
lock-downs? This functionality is cool, but I do not have a clue how to write
an ActiveX control to make it possible (if it even is.) The Microsoft SDK
sample (printtemplates.exe) works great, but I want this to work inside a
browser.

Any help would be most appreciated. How do I make this work? Or am I wasting
my time??

Michael
 
Printer templates have been really restricted after the security patch came
out that's mentioned in this article:

PRB: Cannot Use ExecWB() to Print HTML Documents with Print Templates in
Visual Basic
http://support.microsoft.com/default.aspx?scid=kb;en-us;308649

Limited work-arounds:

How To Programmatically Change Printer Settings for Internet Explorer and
WebBrowser Control by Using Visual C# .NET
http://support.microsoft.com/default.aspx?scid=kb;en-us;313723
How To Programmatically Change Printer Settings for Internet Explorer and
WebBrowser Control by Using Visual Basic .NET
http://support.microsoft.com/default.aspx?scid=kb;en-us;311280
 
Back
Top