VB6 app

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Larry L

    #1

    VB6 app

    Hi, I have an VB6 app that draws a vector graphic scale model and prints it
    on a stardard lettersize or A4 sheet of paper.
    I just got an query from a fellow who wants to output the drawing full size
    (approx 48" x 96") to a "GCC Explorer Laser Engraving and Cutting machine"
    which apparently uses a Coreldraw interface and printer driver.
    My question is, how would I go about exporting the drawing to Corel?


  • David Moss

    #2
    Re: VB6 app

    In article <I600g.11350$Zl .7112@edtnps89> , alamode@nospam. telus.net
    writes...
    [color=blue]
    > Hi, I have an VB6 app that draws a vector graphic scale model and prints it
    > on a stardard lettersize or A4 sheet of paper.
    > I just got an query from a fellow who wants to output the drawing full size
    > (approx 48" x 96") to a "GCC Explorer Laser Engraving and Cutting machine"
    > which apparently uses a Coreldraw interface and printer driver.
    > My question is, how would I go about exporting the drawing to Corel?[/color]

    Have you tried just printing to the printer and letting Windows and the
    driver sort out the details?

    --
    DM
    personal opinion only

    Comment

    • Larry L

      #3
      Re: VB6 app

      No, I haven't. I don't have access to it as yet. Afaik, the GCC Explorer
      Laser driver accepts HPGL parameters (which Corel speaks) - I suppose the
      ideal solution would be to have my app send those same parameters presumably
      in HPGL - or am I way off base here? (I have no idea how to accomplish this
      btw)

      "David Moss" <q0320811@mail. connect.usq.edu .au> wrote in message
      news:MPG.1eacb7 ee58ddfaef989d7 e@news.bigpond. com...[color=blue]
      > In article <I600g.11350$Zl .7112@edtnps89> , alamode@nospam. telus.net
      > writes...
      >[color=green]
      > > Hi, I have an VB6 app that draws a vector graphic scale model and prints[/color][/color]
      it[color=blue][color=green]
      > > on a stardard lettersize or A4 sheet of paper.
      > > I just got an query from a fellow who wants to output the drawing full[/color][/color]
      size[color=blue][color=green]
      > > (approx 48" x 96") to a "GCC Explorer Laser Engraving and Cutting[/color][/color]
      machine"[color=blue][color=green]
      > > which apparently uses a Coreldraw interface and printer driver.
      > > My question is, how would I go about exporting the drawing to Corel?[/color]
      >
      > Have you tried just printing to the printer and letting Windows and the
      > driver sort out the details?
      >
      > --
      > DM
      > personal opinion only[/color]


      Comment

      • Steve Gerrard

        #4
        Re: VB6 app


        "Larry L" <alamode@nospam .telus.net> wrote in message
        news:dSu0g.1375 4$Zl.3074@edtnp s89...[color=blue]
        > No, I haven't. I don't have access to it as yet. Afaik, the GCC Explorer
        > Laser driver accepts HPGL parameters (which Corel speaks) - I suppose the
        > ideal solution would be to have my app send those same parameters presumably
        > in HPGL - or am I way off base here? (I have no idea how to accomplish this
        > btw)
        >[/color]

        The key question, which your query fellow has to answer, is whether the GCC
        shows up on his computer as a printer, meaning he goes to his printer folder,
        and sees it listed; or he clicks Print... in some program and the GCC is listed
        as one of the printers he can select. If so, then you should certainly start by
        just printing to it - there is a good chance the drivers will take care of most
        of the details. The large format Plotter they use at work, for instance, works
        this way - pick it as your printer, select a paper size, and off you go.



        Comment

        • Larry L

          #5
          Re: VB6 app

          Understood. That does seem the natural way, and yes the GCC does show up as
          a printer on his system

          On further investigation though, apparently what my customer needs is the
          ability to modify the drawing in Corel, i.e. add graphics and
          cutting/scoring parameters -so it seems the problem is back to exporting the
          drawing (preferably) as a vector graphic. Could it be sent to the clipboard
          as a metafile(?) and pasted into Corel from there?


          "Steve Gerrard" <mynamehere@com cast.net> wrote in message
          news:N_CdnYNgUr UnFN_ZRVn-uQ@comcast.com. ..[color=blue]
          >
          > "Larry L" <alamode@nospam .telus.net> wrote in message
          > news:dSu0g.1375 4$Zl.3074@edtnp s89...[color=green]
          > > No, I haven't. I don't have access to it as yet. Afaik, the GCC Explorer
          > > Laser driver accepts HPGL parameters (which Corel speaks) - I suppose[/color][/color]
          the[color=blue][color=green]
          > > ideal solution would be to have my app send those same parameters[/color][/color]
          presumably[color=blue][color=green]
          > > in HPGL - or am I way off base here? (I have no idea how to accomplish[/color][/color]
          this[color=blue][color=green]
          > > btw)
          > >[/color]
          >
          > The key question, which your query fellow has to answer, is whether the[/color]
          GCC[color=blue]
          > shows up on his computer as a printer, meaning he goes to his printer[/color]
          folder,[color=blue]
          > and sees it listed; or he clicks Print... in some program and the GCC is[/color]
          listed[color=blue]
          > as one of the printers he can select. If so, then you should certainly[/color]
          start by[color=blue]
          > just printing to it - there is a good chance the drivers will take care of[/color]
          most[color=blue]
          > of the details. The large format Plotter they use at work, for instance,[/color]
          works[color=blue]
          > this way - pick it as your printer, select a paper size, and off you go.
          >
          >
          >[/color]


          Comment

          Working...