M
Milan Todorovic
Hello,
I need help with something that should be pretty trivial, but I can't seem
to find an easy way to do it.
I have a printing routine set up in a windows vb.net 2005 app. The routine
has all the printing settings defined, so no PrintDialog is needed. However,
when printing starts, the application displays a print notification window
while buffering information. Granted, it's there for only a second or so,
but I need this window suppressed nevertheless.
I'd expect this to be a simple switch of the PrintController object, but it
isn't. Is there an easy way to do this? If not, can somebody point me in the
right direction about writing a system hook that intercepts the message from
the printer.
Much obliged,
Milan
I need help with something that should be pretty trivial, but I can't seem
to find an easy way to do it.
I have a printing routine set up in a windows vb.net 2005 app. The routine
has all the printing settings defined, so no PrintDialog is needed. However,
when printing starts, the application displays a print notification window
while buffering information. Granted, it's there for only a second or so,
but I need this window suppressed nevertheless.
I'd expect this to be a simple switch of the PrintController object, but it
isn't. Is there an easy way to do this? If not, can somebody point me in the
right direction about writing a system hook that intercepts the message from
the printer.
Much obliged,
Milan