A
a
Not sure where to post this question.
I need to make a change to the standard PrintDialog, or have another form
popup along with it. I need to track the 'client to be billed' for each
print job, along with number of pages. One solution I see would be to
change the standard box, so when a user clicks Print in any app, they are
presented with a dropdown list of clients, and a record is added to a DB
with the selected client and the number of pages.
Another method may be to 'intercept' windows messages headed to a
printer????
Can someone guide me in the right direction here? I write in VB (VB.NET).
Thanks!
Kevin
I need to make a change to the standard PrintDialog, or have another form
popup along with it. I need to track the 'client to be billed' for each
print job, along with number of pages. One solution I see would be to
change the standard box, so when a user clicks Print in any app, they are
presented with a dropdown list of clients, and a record is added to a DB
with the selected client and the number of pages.
Another method may be to 'intercept' windows messages headed to a
printer????
Can someone guide me in the right direction here? I write in VB (VB.NET).
Thanks!
Kevin