Results 1 to 5 of 5

Thread: Help Please, Quick,

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Nov 2001
    Posts
    364

    Exclamation Help Please, Quick,

    please help, i am doing a college project and i need to know code so i can print a rtf text box or an ole form, please help soon
    thanks

  2. #2
    Fanatic Member rudvs2's Avatar
    Join Date
    Mar 2001
    Location
    NZ
    Posts
    935
    for a rich text box you can parse the textbox to the printer

    or you could use

    Printer.Paintpicture

    or the printform method

  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    Nov 2001
    Posts
    364
    please could you post a code as i cant get it to work

  4. #4
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333
    For a richtext box
    VB Code:
    1. Call RichTextBox1.SelPrint(Printer.hdc)
    will do the trick nicely.

  5. #5

    Thread Starter
    Hyperactive Member
    Join Date
    Nov 2001
    Posts
    364
    thanks very much

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