I want to create my own virtual printer which popups my application when print happens [duplicate]
Possible Duplicate:
How to create a virtual printer in Windows?
I want to开发者_如何学编程 create my own virtual printer which popups my application when print happens. Also wants to work with network printers.. Can any one help me...?
Thanks in advance.. somesh
You can try this, use SystemFileWatcher
to monitor $winnt$\System32\spool\ which is where the print job's spooled data is contained in a spool file.
For more info check this winspool link.
精彩评论