How can I show the file or files that have been sent to the printers queue in a listbox on my form?
Any help is greatly appreciated.
Thanks in advance....
Printable View
How can I show the file or files that have been sent to the printers queue in a listbox on my form?
Any help is greatly appreciated.
Thanks in advance....
Use the OpenPrinter function to get a handle to your printer, then use the EnumJobs function to get a list of jobs. If you need, I'll do an example then post it here.
An example would really help.
Thanks
Okay, will work on it and get back to you.