CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Aug 2001
    Location
    Germany, Lueneburg
    Posts
    2

    Get output tray for printer

    How can I receive the printer output bins? I can receive the input bin with DeviceCapabilities but I have no parameter for fwCapability for the output bin of the function.

    Many thanks in advance


  2. #2
    Join Date
    Apr 2001
    Location
    UK
    Posts
    24

    Re: Get output tray for printer

    There is no standard function in windows to tell a printer which bin to output to, hence there is no function to determine which bin it is outputing to. Any software that you may have to set the output bin will be specifically written for the printers it supports.

    Basically what i am trying to say is you cant do this with the standard windows api's, but there may well be a third party api.

    Grant French
    [email protected]



  3. #3
    Join Date
    Oct 2004
    Posts
    481

    Re: Get output tray for printer

    Anyone got this problem solved? Please help...

  4. #4
    Join Date
    Oct 2004
    Posts
    481

    Re: Get output tray for printer

    Anyone? GURU...???

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