CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Oct 2001
    Location
    Texas, USA
    Posts
    339

    Detect print jobs sent

    I want to be able to count print jobs sent to the printer and when a certain number of print jobs have been reached i want to stop any print jobs from being sent that day. Any idea how to do this?

  2. #2
    Join Date
    May 1999
    Location
    West Sussex, England
    Posts
    1,939

    Re: Detect print jobs sent

    Do a search in the MSDN for a topic "Printing and Print Spooler Functions" which should list any functions you could use to nteract with the print spooler (You may have to use search instead of Index in MSDN)
    Please use meaningful question titles - "Help me" does not let me know whether I can help with your question, and I am unlikely to bother reading it.
    Please remember to rate useful answers. It lets us know when a question has been answered.

  3. #3
    Join Date
    Feb 2000
    Location
    San Diego, CA
    Posts
    10,354

    Re: Detect print jobs sent


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