printing without dialog

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

Guest

Hi i have already create an interface which allow me to print a document. but
i would like to skip the print dialog, which mean that while i click on a
self implement button x, i am able to print that document out.

For ur info, i have already stored the document path and name under a
variable string, how can i point this to the printer without calling out the
printerdialog ??

Does it matter if my printer is connected USB or parallel port? do i need
different method to do it?
 
notregister said:
Hi i have already create an interface which allow me to print a document.
but
i would like to skip the print dialog, which mean that while i click on a
self implement button x, i am able to print that document out.

For ur info, i have already stored the document path and name under a
variable string, how can i point this to the printer without calling out
the
printerdialog ??

This depends on the implementation of the application's print functionality.

Printing files of various types without user interaction
<URL:http://dotnet.mvps.org/dotnet/faqs/?id=printinganyfile&lang=en>
 
Hi, thanks for the info

but how do i specific which printer i am going to print?

I am using multithreading method to print a same document to 8 different
printers
 

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

Back
Top