CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: about printer

  1. #1
    Join Date
    Feb 2000
    Location
    Samui, Thailand
    Posts
    1

    about printer

    How to connect to direct printer without using printe manager, both mode-parallel and serial?

    Pirat


  2. #2
    Join Date
    Jan 2000
    Location
    Olen, Belgium
    Posts
    2,477

    Re: about printer

    You can use the OpenPrinter API, but i don't know how it exactly works. You will need a printer handle wich you can obtain with the EnumPrinters function. For more info you could check out http://www.vbapi.com.

    Tom Cannaerts
    [email protected]

    The best way to escape a problem, is to solve it.
    Tom Cannaerts
    email: [email protected]
    www.tom.be (dutch site)

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