CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Nov 2001
    Location
    Accra,Ghana
    Posts
    232

    Monitor Print Commands issued from workstations to a newtork printer

    i need a way to monitor print commands issued from workstations to a network printer on a network. So on the machine(server) that the network printer is connected to, i can capture details like
    1. which network machine issued a print command
    2. the name of the print file
    3. the number of pages of print issued
    4. the size of the print file etc .
    Can i do this with the Printer Object . if so, how ?
    Thanx. in Advance .
    george .
    Two heads are better than one

  2. #2
    Join Date
    Nov 2002
    Location
    Netherlands
    Posts
    132
    I do not have a real answer in visual basic terms but isn't there already a program around that does this? It sounds like something more people can use or are using. If so it would be a waste of time programming your own prog. If not your sitting on a potential gold mine?

    Best regards,

    Jasper
    Flying is to throw yourself on the ground and miss

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