T thaaer dirieh via .NET 247 May 18, 2005 #1 im using a crystal reports to print afile, iwant to know if the file printed or not, from the printer
im using a crystal reports to print afile, iwant to know if the file printed or not, from the printer
A Armin Zingler May 18, 2005 #2 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 Click to expand... 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
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 Click to expand... 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