Thread: keeping track of papers printed

  1. #1
    pref
    Join Date
    May 2005
    Posts
    2

    keeping track of papers printed

    I am on a microsoft windows 2003 server and have a mixture of clients as from xp to 95.my problem is that I noticed I don't get to know the number of papers printed from 95 and 98 workstation(think coz they are not really member of the domain) and yet I need to get a report of how many papers were printed by each user. Can anyone suggest how I could solve this problem (I want to program myself).
    thank you so much,
    pref
    Last edited by pref; 05-13-2005 at 02:02 AM.

  2. #2
    Yes, my avatar is stolen anonytmouse's Avatar
    Join Date
    Dec 2002
    Posts
    2,544
    There are a number of printer monitor programs available. If you want to code one yourself look into the FindFirstPrinterChangeNotification function.

  3. #3
    pref
    Join Date
    May 2005
    Posts
    2
    thank you so much for your reply it really helped. I am still writing the program hope it will work,
    pref

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. keeping track of values
    By marquis1431 in forum C Programming
    Replies: 3
    Last Post: 04-09-2008, 07:52 PM
  2. Keeping track of words inputted
    By death_coder in forum C++ Programming
    Replies: 2
    Last Post: 01-11-2006, 09:05 PM
  3. Keeping track of static external structure
    By pwilfred in forum C Programming
    Replies: 6
    Last Post: 03-13-2003, 06:23 PM
  4. keeping track of number of pieces left
    By axon in forum C++ Programming
    Replies: 2
    Last Post: 02-14-2003, 05:55 PM
  5. keeping track of # of files
    By blind_collision in forum C Programming
    Replies: 1
    Last Post: 10-13-2001, 09:10 AM