Results 1 to 3 of 3

Thread: Printer object

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jul 2000
    Location
    Buenos Aires, Argentina
    Posts
    64
    Hi.

    I have a routine that prints stuff in printer like this:

    Printer.Font.Bold = True
    Printer.CurrentX = tab1
    Printer.CurrentY = 3
    Printer.Print "Date"

    and so on..

    How can I send this to a RichText Box to simulate a Print Preview?


    Thanks in advance.

  2. #2
    Fanatic Member
    Join Date
    Mar 2000
    Location
    That posh bit of England known as Buckinghamshire
    Posts
    658
    I suggest you use a PictureBox, as this has nearly the exact same properties and Methods as the Printer.
    Iain, thats with an i by the way!

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Jul 2000
    Location
    Buenos Aires, Argentina
    Posts
    64

    Printer object

    Thanks. It was very usefull.

    Works fine. The only problem is that the printing is longer than the PictureBox height and I can't see the rest.

    If you can help me....
    Juan
    Argentina
    VB6 Ent.
    [email protected]

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