anyone understand the templateprinter?

K

Kevin Spencer

That article is about as simple as it gets. My advice is to put your
thinking cap on, brew a pot of coffee, get a copy of Visual Studio 6 (for
writing an ActiveX control), and start studying!

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
Ambiguity has a certain quality to it.
 
B

Bruce Barker

this code it to be used when you write a client side application (in C/C++)
that hosts the IE browser. your app can then supply these callbacks to
change IE printing. it has little use in .net programming, as providing the
com interops are rather difficult for hosting the browser. .net supplies a
simple browser interop assembly (based on the vb com version), but it does
not support these extensions.

-- bruce (sqlwork.com)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top