printing

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

    #1

    printing

    Hello
    I would wish to print on a sheet with the A4 format forty calculations which
    would be generated by the computer. (I had to create a program in vb6 who
    did that thanks to an additional component called nifprint here With vb 2005
    express , I do not know, by what to start to carry out such a print. I know
    how to create calculations, but how to store them for then printing them?
    what do need I : which control do i have to use for, then, using the new
    print controls (previewing and C°) offer in vb 2005 ?
    Thanks for giving me a guide line.

    --
    bonjour


    Ressource pédagogique SC@LPA.



  • Chris

    #2
    Re: printing

    Pascal wrote:[color=blue]
    > Hello
    > I would wish to print on a sheet with the A4 format forty calculations which
    > would be generated by the computer. (I had to create a program in vb6 who
    > did that thanks to an additional component called nifprint here With vb 2005
    > express , I do not know, by what to start to carry out such a print. I know
    > how to create calculations, but how to store them for then printing them?
    > what do need I : which control do i have to use for, then, using the new
    > print controls (previewing and C°) offer in vb 2005 ?
    > Thanks for giving me a guide line.
    >[/color]

    Couple ways. You can research the print document object or look at
    using crystal reports to do the printing for you.

    Chris

    Comment

    Working...