Error printing

  • Thread starter thaaer dirieh via .NET 247
  • Start date
T

thaaer dirieh via .NET 247

im using a crystal reports to print afile, iwant to know if the file printed or not,
from the printer
 
A

Armin Zingler

thaaer dirieh via .NET 247 said:
im using a crystal reports to print afile, iwant to know if the file
printed or not, from the printer

After sending the document to the printer/spooler, it's usually not a matter
of your application anymore. The user can use the printer spooler window to
handle the documents.

AFAIK, there's no built-in support for dealing with the spooler. Here's the
documentation from the platform SDK:
http://msdn.microsoft.com/library/en-us/gdi/prntspol_62ia.asp

There's a group for "native" printing questions:
microsoft.public.win32.programmer.gdi

About unmanaged DLL functions in the dotnet world:
http://msdn.microsoft.com/library/en-us/cpguide/html/cpconconsumingunmanageddllfunctions.asp

Escpecially VB.Net:
http://msdn.microsoft.com/library/en-us/vbcn7/html/vaconCallingWindowsAPIs.asp


Armin
 

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