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. C#
  4. Printer driver

Printer driver

Scheduled Pinned Locked Moved C#
tutorial
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.
  • H Offline
    H Offline
    hg2705
    wrote on last edited by
    #1

    Is there any one that can point me in the right direction on how to create a generic printer driver, or is there a walktrough on who to create a printer driver. I would like a generic printer driver that a can handle the flow of chars and do wath ever a mant with them.

    G 1 Reply Last reply
    0
    • H hg2705

      Is there any one that can point me in the right direction on how to create a generic printer driver, or is there a walktrough on who to create a printer driver. I would like a generic printer driver that a can handle the flow of chars and do wath ever a mant with them.

      G Offline
      G Offline
      Giles
      wrote on last edited by
      #2

      Not in C# you don't. For the time being you need to use very low level C++, using the Driver Development Kit or DDK. There are some good articles on CP about an introduction the black art of driver development. Saying that in future, becuase so many printer drivers are badly written in Windows Vista, MS is going to make all printer drivers user mode. http://www.microsoft.com/whdc/devtools/ddk/default.mspx[^] Saying that you could probably fudge it using a serial cable, or even a netowork based printer, but not by using USB port.


      "Je pense, donc je mange." - Rene Descartes 1689 - Just before his mother put his tea on the table. Shameless Plug - Distributed Database Transactions in .NET using COM+

      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