Discussion:
How to set printer name in templateprinter
(too old to reply)
leeygang
2009-06-08 14:13:51 UTC
Permalink
because __IE_PrinterCmd_DevNames is readoly member of
templateprinter, is there any way to set printer in template printer
programmly?

or can we hook the object of templateprinter in print template using
our print object.


Thanks,
leeygang
rob^_^
2009-06-09 09:11:52 UTC
Permalink
Hi Lee,

Try the IE Extension development forum

http://social.msdn.microsoft.com/Forums/en-US/ieextensiondevelopment/threads

where you will find peer support from C++ developers with more knowledge
about IE print templates.

Please read the instructions on that page on how to make a good post. A
sample of your code will be helpful.

Regards.
Post by leeygang
because __IE_PrinterCmd_DevNames is readoly member of
templateprinter, is there any way to set printer in template printer
programmly?
or can we hook the object of templateprinter in print template using
our print object.
Thanks,
leeygang
leeygang
2009-06-09 12:01:59 UTC
Permalink
Thank you very much.

Loading...