How to get the printer's information
-
Hello, First of all, I want to sorry about my terrible English. Next, please show me the way to get the information of the printer. Ex: When the user print his/her document (or anything else), my program catches this event and determining the total of printed pages for calculating cost. If applicable, please give me the VC++ source code. Thank you very much. :confused:
-
Hello, First of all, I want to sorry about my terrible English. Next, please show me the way to get the information of the printer. Ex: When the user print his/her document (or anything else), my program catches this event and determining the total of printed pages for calculating cost. If applicable, please give me the VC++ source code. Thank you very much. :confused:
What kind of info do you want? Some information is harder to get then others. Joel Lucsy (jjlucsy@ameritech.net)
-
What kind of info do you want? Some information is harder to get then others. Joel Lucsy (jjlucsy@ameritech.net)
I only want the total of printed pages. Ex: My program will start automatically every time Windows loads. During the Windows session, when user print his/her documents, my program will show the total of printed pages and the total cost of them. Here is an output example: Print time: 12:22:00 Document: letter.doc Cost per page: 5 Total page(s): 3 Total cost: 15