Results 1 to 2 of 2

Thread: Printing Problem

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Dec 2002
    Location
    Central US
    Posts
    183

    Printing Problem

    How can I print Color?
    I'm assuming that by using a regular print statement I will not be able to use colored text, so would someone be so nice as to explain what I have to do for the Color that I am using when typing in my text editor to print on paper.
    This is what I use to Print!
    Code:
     PrintDocument1.DefaultPageSettings = PrintPageSettings
                StringToPrint = tb1.Text
                PrintDialog1.Document = PrintDocument1
                Dim result As DialogResult = PrintDialog1.ShowDialog()
                If result = DialogResult.OK Then
                    PrintDocument1.Print()
                End If
    Thanks for any help!!

  2. #2
    Lively Member ayan's Avatar
    Join Date
    Jan 2004
    Posts
    112
    hope this helps...

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