Results 1 to 2 of 2

Thread: Printing

  1. #1

    Thread Starter
    Member
    Join Date
    Nov 1999
    Location
    Perth, WA
    Posts
    35

    Exclamation

    I am in need of an example for printing a document.

    I have a list of variables, strings and ints, which i need to print in certain places on a page but i havent the faintest idea how.

    If anyone can help with the API call and the basic print commands i would appreciate it greatly.

    thanks in advance

  2. #2
    Guest
    You can place them in a RichTextBox and print using the method below (which is really simple).

    Code:
    RichTextBox1.SelPrint (Printer.hDC)

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