Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Design and Architecture
  4. A server control clients printing

A server control clients printing

Scheduled Pinned Locked Moved Design and Architecture
csharpsysadmindata-structuresquestion
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • U Offline
    U Offline
    User 8752470
    wrote on last edited by
    #1

    Hi everybody! I'm trying to develop a server, using C#, on which are connected a printer and clients. Whenever a client want to print a document, the server must recognize him to verify some permissions before continuing to printing. Could anyone tell me when the client click on "print", the server will know about that (will he receive that request as the printer's driver is installed only there) ? or he have to check the Queue of the printer to know the creator of every process ? Thank you in advance! houssem.dellai@ieee.org

    L 1 Reply Last reply
    0
    • U User 8752470

      Hi everybody! I'm trying to develop a server, using C#, on which are connected a printer and clients. Whenever a client want to print a document, the server must recognize him to verify some permissions before continuing to printing. Could anyone tell me when the client click on "print", the server will know about that (will he receive that request as the printer's driver is installed only there) ? or he have to check the Queue of the printer to know the creator of every process ? Thank you in advance! houssem.dellai@ieee.org

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #2

      If the user starts the print-action from, say, his browser, then the local computer will display a list of all available printers. If the printer is in the network, and the local computer has the correct drivers, it'll be able to print to there. Permissions are granted over the Active Directory. Printing is not an action that "raises an event". You could add code that instructs the server to print something on behalf of the user.

      Bastard Programmer from Hell :suss:

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups