CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1

    Is it possible to monitor file printing?

    Is there any way to monitor what a user is printing (via local or network printer) as I need to log it (or be alerted) if the printing contains some key words?

  2. #2
    Join Date
    Aug 1999
    Location
    <Classified>
    Posts
    6,882

    Re: Is it possible to monitor file printing?

    Take a look at these functions on MSDN.
    http://windowssdk.msdn.microsoft.com.../ms535737.aspx

    You can definitly watch the printer, but you can not change the text words, as the data is not sent in ascii or readable text.
    Regards,
    Ramkrishna Pawar

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured