PrintWatcher?

  • Thread starter Thread starter Mike Bulava
  • Start date Start date
M

Mike Bulava

I'm looking for something in the 1.1. Framework that works very much the
same as the IO.FileSystemWatcher object except for printers, does anyone one
know if such an object exists.

I'll Explain what I'm doing so you can have a better Idea of what I'm trying
to do and why. I have an Application that allows you to attach a File to
Client record when a file is attached it is copied to a Share point on and
information about the Attachment (File name, location, client file is
attached to) is held within a SQL table. In the past we have used a
customized Control to allow the User to View the Attachment but our
Customers really hate that preview pane because is takes up space on the
screen that can be used for other things, and it's a pane to support. I
already know how to open the File I want with it's default view but what I
want to do is watch to see if the File is printed from within the
application that opens it because when that is done, we need to add another
row to a different table within the SQL database.

Any help anyone could offer with this would be greatly Appreciated.

Thanks,
Mike Bulava, MCP
 
Back
Top