0

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

Community
  • 1
  • 1

1 Answers1

0

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.

Jethro
  • 5,896
  • 3
  • 23
  • 24