Monitor Print Jobs

  • Thread starter Thread starter dillu
  • Start date Start date
D

dillu

Guest
Hello,


I am trying to develop an application which will be always running in the background (might be a windows service or a BackgroundWorker) and can monitor/ control print jobs. Essentially, when someone prints from any application(word,excel etc..), service should wake up and pop-up (i.e service or BackgroundWorker should interact with desktop) a windows form which has some custom code and only after inputting valid text in that windows form user should be able to print and also capture number of pages that are being printed. Basically printer would be in LAN.

Any suggestion or a link how to proceed with this process is appreciated.


Regards, Dillu

Continue reading...
 
Back
Top