Intercepting the Windows Print Dialog

bjwade62

Centurion
Joined
Oct 31, 2003
Messages
104
I'm looking for a way to intercept the Windows Print Dialog no matter what program calls it. I want to create a dialog that asks for a project number first and then calls the Windows Print Dialog.

I want to create a billing log that will record a project number every time any program attempts to print. The first step is to intercept the Windows Print Dialog. Can anyone help?

Thanks.
 
just an idea

have you looking into wmi? try managementEven****cher, managementObjectSearcher, and win32_printjob. i think if you're going to find anything, this would be the place to start.

good luck,
-lp
 
Back
Top