Results 1 to 2 of 2

Thread: Color Printing

  1. #1

    Thread Starter
    PowerPoster
    Join Date
    Aug 2000
    Location
    IN SILENCE
    Posts
    6,441

    Question

    Ned some help with vb's Printer.print...

    1) How do you pint different colors?

    2) How can you include different size text on the same sheet?

    3) How do you include a picture (logo.bmp)?

    Any help on all, or one, is appreciated.
    Remaining quiet down here !!!

    BRAD HAS GIVEN ME THE ULTIMATIVE. I have chosen to stay....

  2. #2
    Guest
    Q2:

    Use the font property:

    Code:
    printers(n).print "xxxx"
    printers(n).font.bold = true
    printers(n).print "yyyy"
    ___________________
    Q3:

    Use the PaintPicture Method:

    Code:
    printers(n).PaintPicture LoadPicture(path), X start coordnate, y start coordnate, , , , , , , &H00330008

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