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. Visual Basic
  4. Printer Question

Printer Question

Scheduled Pinned Locked Moved Visual Basic
htmlcomhelpquestion
4 Posts 3 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.
  • B Offline
    B Offline
    BREdwards
    wrote on last edited by
    #1

    Recently I've been tasked with needing to add the ability to and existing VB6 application print to a certain type of printer: http://global.dymo.com/enUS/Products/LabelWriter\_400\_Turbo.html Now, I am aware that I would need the specific driver for this printer, but however I am curious if this particular printer requires anything different for me to actually add it's functionality to the application I'm supporting. This isn't time critical, so no one is in a hurry. So I'm posting this as I'm looking stuff up to help answer my question. Thanks in advance.

    D K 2 Replies Last reply
    0
    • B BREdwards

      Recently I've been tasked with needing to add the ability to and existing VB6 application print to a certain type of printer: http://global.dymo.com/enUS/Products/LabelWriter\_400\_Turbo.html Now, I am aware that I would need the specific driver for this printer, but however I am curious if this particular printer requires anything different for me to actually add it's functionality to the application I'm supporting. This isn't time critical, so no one is in a hurry. So I'm posting this as I'm looking stuff up to help answer my question. Thanks in advance.

      D Offline
      D Offline
      Dave Kreskowiak
      wrote on last edited by
      #2

      BREdwards wrote:

      I am curious if this particular printer requires anything different for me to actually add it's functionality to the application I'm supporting.

      No, not really. Windows abstracts printer functionality from your application. All you have to do is be able to handle smaller paper sizes properly.

      A guide to posting questions on CodeProject[^]
      Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
           2006, 2007, 2008

      B 1 Reply Last reply
      0
      • B BREdwards

        Recently I've been tasked with needing to add the ability to and existing VB6 application print to a certain type of printer: http://global.dymo.com/enUS/Products/LabelWriter\_400\_Turbo.html Now, I am aware that I would need the specific driver for this printer, but however I am curious if this particular printer requires anything different for me to actually add it's functionality to the application I'm supporting. This isn't time critical, so no one is in a hurry. So I'm posting this as I'm looking stuff up to help answer my question. Thanks in advance.

        K Offline
        K Offline
        Kschuler
        wrote on last edited by
        #3

        I suggest contacting the technical support of the maker of the printer for information like that.

        1 Reply Last reply
        0
        • D Dave Kreskowiak

          BREdwards wrote:

          I am curious if this particular printer requires anything different for me to actually add it's functionality to the application I'm supporting.

          No, not really. Windows abstracts printer functionality from your application. All you have to do is be able to handle smaller paper sizes properly.

          A guide to posting questions on CodeProject[^]
          Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
               2006, 2007, 2008

          B Offline
          B Offline
          BREdwards
          wrote on last edited by
          #4

          Okay, thanks, I managed to find the SDK for the printer and I see how it works. It seems like I only need what I need to print, then run it through the proper subroutines on its way to the printer.

          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